• When I look at my site (either on my mobile or making the browser window thinner — a max 600px), eventually my menu turns into a menu button.

    I want to disable this feature so I can stylise the menu as I’d like.

    To see what I mean: https://lnkproductions.org

    Does anyone know of a solution for this? (Please note, that this solution didn’t work.)

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi honeyelle,

    I looks like these lines in your theme are making the larger menu appear only when your site is displayed on sites larger than 600px

    481 @media screen
    482 and (max-width: 600px) {

    Therefore if you changed line 482 to say 300px it should show the menu on most devices. You may need to play around with the number to see which works best.

    That way the small menu will only ever appear on devices with width below there. Even mobile devices tend to have widths greater than 300 pixels these days.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable small screen menu button’ is closed to new replies.