Hi, how can I move the menu to the right side on tablet and mobile and make sure the logo is on the left – https://www.screencast.com/t/vXfrIS9KMM2k?
Thanks.
Hey DROR,
Try adding this css code:
#advanced_menu_toggle,
#advanced_menu_hide {
left: auto !important;
right: 0 !important;
}
Let us know if this helps :)
Best regards,
Nikko
That worked on Tablet but on mobile, the logo is now on the right along with the menu that goes over it – https://www.screencast.com/t/uhTefY51B – how can I make sure the logo is always on the left including on mobile?
Hey,
Try adding this css code:
@media only screen and (max-width:767px) {
.responsive #top .logo {
float: left;
}
}
Let us know if this fixes it.
Best regards,
Nikko
Thanks!
Hi,
Glad we could help :)
Cheers!
Nikko