Reply To: Disable responsive toggle menu on hover

Homepage Community Forums Epik Theme Support Disable responsive toggle menu on hover Reply To: Disable responsive toggle menu on hover

#22206
Wes
Moderator

    I just had another person ask about the Superfish effect recently.

    If @Eric is referring to the Media Query size, you can find that in the responsive section around line 3712 in your style.css –

    @media only screen and (max-width: 800px)

    If you change that width, then that means all of the responsive code inside this section will only activate whenever that width you have set is reached. So if you change it to 600px, then that means it won’t happen until the browser is 600px wide. You can also pull the responsive menu/nav code out and have it inside it’s own media query/size if you want to keep everything else functioning as is.