Viewing 2 replies - 1 through 2 (of 2 total)
  • stephencottontail

    (@stephencottontail)

    It’s because of this CSS:

    .js .main-navigation ul,
    .main-navigation .menu-item-has-children > a > .icon,
    .main-navigation .page_item_has_children > a > .icon,
    .main-navigation ul a > .icon {
    	display: block;
    }

    If you change it back to display: none, the menu will hide on smaller screens and appear properly when the menu button is clicked.

    As a side note, if you edit the theme’s files directly, you’ll lose those changes if the theme is ever updated in the future. Instead, it’s best to use the built-in CSS editor at Dashboard > Appearance > Customize > Custom CSS, a custom CSS plugin, or a child theme.

    Thread Starter jjbertran

    (@jjbertran)

    Thank you so much, Stephen!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Big Hamburger 2’ is closed to new replies.