• Hi all,

    I use a child theme of understrap.

    I want to keep the hamburger menu for all screen sizes. How do I edit my style.css to prevent the menu from switching to desktop version if the screen gets wider?

    Thank you!

    Michael

Viewing 1 replies (of 1 total)
  • Thread Starter pixx

    (@pixx)

    This is how I did it:

    Copy header.php to the child theme.

    Search for this code: <nav class=”navbar navbar-expand-md navbar-dark bg-primary”>

    Remove navbar-expand-md

    Done. No changes in CSS needed.

    Michael

Viewing 1 replies (of 1 total)
  • The topic ‘Change breakpoint for hamburger menu’ is closed to new replies.