Hi
I have placed a rather large logo in the header positioned above the main menu in my site. When viewed on any mobile device, the burger menu apears over the top of the logo, partially covering it up. Is there any way to move the menu above or below the logo?
Thanks for your help and for a great theme!
Steve Jacobs
Hey stevegjacobs,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
top: -55px;
right: 36%;
}
.responsive #top .logo {
margin-top: 50px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria