I like my burger menu on the left and my logo on the right of the logo area. This is because the logo has three lines of text that are right justified so it makes sense that they align with the right of the web page.
This works fine in desktop and tablet landscape mode. But in tablet portrait and mobile view they burger menu and the logo switch sides.
How can I stop this happening please.
Thanks
Huw
Hey ehdavies,
Thank you for using Enfold.
These css codes should help you re-position the logo and burger menu on mobile view.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .main_menu {
left: 0;
right: auto;
position: absolute;
}
.html_header_top #top .av_logo_right .logo {
right: 0;
left: auto;
position: relative;
width: 100%;
}
.responsive .logo img {
margin: 0;
float: right;
}
}
Best regards,
Ismael
That’s spot on Ismael – many thanks and please close!
Huw