• Resolved McWoozle

    (@piewackets)


    Hi I have only just realised that the mobile version menu has changed to a pretty much unstyled menu button. I am using a child theme but can’t figure out how to change it back to full width or is that how it is now.

    I read your post but I dont know what to change.
    BTW thanks for continuing to update this template.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    If you want to change that back into a full width bar, please add this CSS at the Additional CSS page of the Customizer in your dashboard (or in your child theme):

    
    @media screen and (max-width:767px) {
    	.mobile-nav-toggle {width:100%; padding:10px 0; border-radius:0;}
    }
    

    Guido

    Thread Starter McWoozle

    (@piewackets)

    Brilliant, thank you.

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