Tagged: Mobile Theme
This topic contains 4 replies, has 2 voices, and was last updated by StartupWP 2 years, 10 months ago.
- AuthorPosts
- May 8, 2016 at 9:00 AM #2860
Hi
I have just finished building my new site. I notice the mobile theme is slightly different from desktop. For example, the Main Nav Menu, Sidebar Widget and Footer Menu.
Is there any way to change it by turning off the mobile theme ? I have added code from https://startupwp.com/topic/turn-off-responsive-design/, but still the same.
My site is http://unishoptown.com
Thanks.
May 9, 2016 at 7:40 AM #2862Hi
I have managed to solve the alignment for the footer menu, but as for :
1. Nav Menu with the “Menu” shows on the bar in mobile, I would like to change it to be the same as the nav menu in desktop.
2. Sidebar widget shows in mobile, how to move it to the top which the same as in desktop ? I have used many ways but still can’t find any solution.
Thanks.
May 9, 2016 at 11:40 AM #2864You’ll just need to increase the min-width a bit to disable the responsive design:
body, #wrapper { min-width: 1100px !important; }
May 12, 2016 at 6:26 PM #2866Thank you very much. After adding this code, it shows just the same as in the desktop.
However, as for toggle menu in mobile, it still the same. I would like to change it to look the same as the navigation menu in desktop which have 8 items listed accordingly in a horizontal row.
May 12, 2016 at 7:42 PM #2868Try:
@media all and (max-width:767px){#menu label.toggle{display:none}#menu ul{display:inline}}
- AuthorPosts
You must be logged in to reply to this topic.