Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #283748

    When viewing my site on iPad the menu button only shows half when the width is between 769px and 989px. It also only shows half when I scale the browser. When the width is less than 769px it’s show fine with some margin on the right side of the menu box.

    It must be some CSS I need to change, but I can’t figure out where and what to change. Can someone please point me in the right direction?

    Thanks in advance.

    #283777

    Hi thomas-pr3!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    #advanced_menu_toggle, #advanced_menu_hide { right: 5%; }}

    Cheers!
    Yigit

    #284038

    Thank you for your fast reply :-)

    #284042

    Hi!

    You are welcome, glad we could help :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu button responsive mode is half hidden’ is closed to new replies.