Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36437
    Ida
    Member

    I 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

    #36456
    Sakin
    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;
    	}
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Responsive menu’ is closed to new replies.