Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #289707

    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

    #289793

    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

    #289833

    Yes I did. The solution was easy:

    .html_logo_right #advanced_menu_toggle {
    left: auto;
    right: 0;
    }

    Thanks anyway!
    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with Menu Button in Mobile view’ is closed to new replies.