Expired
The mobile menu moves over the logo after opened for the first time. Even after closing the menu again, it stays over the logo.
How do I adjust it’s position?
View this link on your mobile device to see what I mean.
Hello,
In your style.css (child theme) file i commented out the line with the attribute ‘left’. See the result code:
.mobile_small_menu { top: 50% !important; /*left: 10% !important;*/ }
Please check your site.
Best regards!
You must be logged in to reply to this topic.