Hi, how can I switch the location for the logo and the menu – https://www.screencast.com/t/0d1kmVxW – on mobile so that the logo will be on the left and menu on the right?
Thanks.
Hey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#advanced_menu_toggle {
left: auto;
right: 0;
}
.responsive .logo img,
.responsive #top .logo {
float: left;
}
}
Let us know if this helps.
Best regards,
Nikko
Thanks!