Mobile Menu not stacking

On mobile the menu is still displaying inline instead of stacked. I reviewed settings and couldn’t find any way to set a preference and looked at the other topics. I have two other plugins right now that are not yours and disabled them but it did not have an effect. I also get an error message with SuperFly and am wondering if they share a common cause.

View it at http://test.barbarabrynklare.com/

Hi @GeorgiaG,

Thank you for writing in, all your menu anchors are now floated to the right because of this custom CSS code.



Please find that CSS block on Theme Options > CSS and remove the float:right property. Or wrap it with @media (min-width: 980px) media query so it does not affect the mobile view (979px and below screen).

@media (min-width: 980px) {
	/*CSS Rules here*/
}

Hope it helps,
Cheers!

Give me idiot points. I almost did that but discounted it without testing. Thank you very much.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.