Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59747
    Daphne
    Member

    Hi Sakin,

    Is there a way to show the full menu bar instead of the hamburger menu in mobile view? This is because my customers are older generation folks and they are not used to seeing the hamburger menu that is present in mobile view.

    #59780
    Sakin
    Keymaster

    @Daphne: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {
    	.nav-primary, .nav-header-right, #header-right-menu-widget, .nav-secondary, .nav-footer { display: block; }
    	#search-toggle { display: none; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disable Responsive view’ is closed to new replies.