Home › Forums › All Other Themes › Mobile Viewing
- This topic has 26 replies, 2 voices, and was last updated 7 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
June 28, 2017 at 9:49 am #76665
Good morning using the restaurant pro theme
My site looks fine now on desktop viewing on all browsers (after Shri and the coding guys fixed the css issue earlier)
It seems now its all over the place when viewing site from mobile device
Ive just checked on my Samsung phone and i get the same
www.cocostattoodiner.co.uk/menusIs there anyway this can be sorted o can you advise what coding to add to theme options basic settings custom css
so the menu items are in sync on all devices
Thanks
June 29, 2017 at 5:05 am #76713Hi,
This issue was resolved from our end. Kindly check and confirm.
Regards,
ChrisJune 29, 2017 at 2:31 pm #76799Hiya Chris
Seems fine now
Am i correct in saying the menus appear different on mobile than they will looking from desktop
Is there anyway they can both be the same layoutJune 29, 2017 at 2:48 pm #76801looking at the menu on phone is it me or are the menu items and images slightly pixelated and large scale
is there any code to add for Mobile/Tablet devices so they are aligned the same as it appears when viewing from desktopalso how do i remove the grey banner from mobile version ?
June 29, 2017 at 2:49 pm #76802also
when reduced to a smaller screen like tablets ie Kindle HD Fire, the code is leaving gaps/blank spaces in the menu
Can this be sorted
June 30, 2017 at 1:33 pm #76953Any help with this
July 3, 2017 at 6:22 am #77027Can someone please advise
July 3, 2017 at 6:36 am #77028Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .header .header-inner .logo { width:100%;} .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .four_fifth, #todayspecial-box, #menulist ul#portfolio li, #menulist ul#portfolio li .menuthumb { float:left; width:35%; margin:0 15px 0 0;} } @media screen and (min-width:768px) and (max-width:1023px) { .header .header-inner .logo { width:100%;} #menulist ul#portfolio li { min-height:132px;} #menulist ul#portfolio li h5 { font-size:17px;} #menulist ul#portfolio li p { height:36px; overflow:hidden;} }
Regards,
ChrisJuly 3, 2017 at 8:50 am #77065Thanks
Looks great nowJuly 3, 2017 at 8:57 am #77066Can you advise on home page now on website (mobile viewing)
As since adding the code it seems odd
July 3, 2017 at 9:06 am #77068the Welcome To Cocos Tattoo Diner and What We Offer needs realigned
Please advise ASAP
July 3, 2017 at 9:42 am #77071Can someone please contact me on chat
July 3, 2017 at 10:04 am #77073Hi,
Remove this css:
@media screen and (max-width:767px) { .header .header-inner .logo { width:100%;} .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .four_fifth, #todayspecial-box, #menulist ul#portfolio li, #menulist ul#portfolio li .menuthumb { float:left; width:35%; margin:0 15px 0 0;} }
And add this new css:
@media screen and (max-width:767px) { .header .header-inner .logo { width:100%;} #menulist ul#portfolio li, #menulist ul#portfolio li .menuthumb { float:left; width:35%; margin:0 15px 0 0;} }
Regards,
ChrisJuly 3, 2017 at 10:10 am #77077Thanks Chris
Thats fixed itJuly 3, 2017 at 11:17 am #77086Chris
Just been speaking to Shriyou know the audio player
on the todays specials ive renamed it WHAT WE OFFERon the Music tab
is there a way to link that tab to the audio player?also on the reservations section i seem to have removed the BOOK NOW button calling it Email Us
is there a way to add a button like before but called EMAIL US -
AuthorPosts
- You must be logged in to reply to this topic.