Tagged: Burger Menu
Hi,
with the header option “menu left, logo right” I would like to keep the same order in the mobile navigation: „burger menu icon left, logo right“.
Is that possible?
Thanks,
Vera
Hey Vera,
Could you post a link to your actual site, so that we can have a closer look please?
Best regards,
Rikard
Hi Rikard,
thank you for your reply.
Because the site is under construction you have to log in.
Best regards,
Vera
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .main_menu {
left: 0;
right: auto;
}
.responsive #top .logo {
width: 100%;
}
.responsive .logo img {
float: right;
}
}
Best regards,
Rikard
Hi Rikard,
great! Thank you very much.
Best regards,
Vera