Dear community,
when I look at my website with my mobile phone, the menu button is exactly over the logo. What do I need to change in the code to shift the Menu button in mobile view to the right side?
The URL of my website is: http://centinal.de/
Thank you so much for your help,
doremus
Hey doremus!
It does look fine on my end when i check your website on my iPhone 4 – http://i.imgur.com/l6BXIk7.png
Have you figured it out already?
Regards,
Yigit
Yes I did. The solution was easy:
.html_logo_right #advanced_menu_toggle {
left: auto;
right: 0;
}
Thanks anyway!
Cheers