Tagged: Responsive menu
- This topic has 1 reply, 2 voices, and was last updated 11 years, 2 months ago by
Sakin.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
June 26, 2014 at 5:38 pm #36437
Ida
MemberI want the website to go to tiny menu earlier. The small menu (the menu in a scrolling list) should display when I use the phone. Where do I change it?
The site is http://www.pic2015.se
June 26, 2014 at 8:20 pm #36456Sakin
Keymaster@Ida: So, when do you want to show the Mobile Menu instead of Full Menu. The CSS that controls mobile menus is as below. So, in the following css you can change the max-width depending on the screen-size and add it in “Appearance => Theme Options => Custom CSS” box.
/* For Max Screen Size 767px */ @media screen and (max-width: 767px) { #masthead .menu, #footer-menu { display: none; } .sb-holder { display: block; } }
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Responsive menu’ is closed to new replies.