Menu Bar Responsiveness

  • Author
    Posts
  • #52154

    When the window size is shrunk to a certain point, the menu bar changes to a blue, three-lined, clickable menu bar on the right side of the site. Is there any way to disable this function? I’d like my menu bar to stay the way it is, even if the screen size is adjusted.

    Also, this alternative menu bar completely replaces my menu bar on the mobile version. How do I disable that too?

    Website: testsite.palinkapictures.com

    #52259

    I ended up fixing the problem! To anyone who’s curious how, here’s the coding you should enter into your CSS editor:

    #masthead.cryout #access {
    display: table;
    }

    #masthead.cryout #nav-toggle {display: none;} /* display the mobile menu (stack icon) */

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Menu Bar Responsiveness’ is closed to new replies.