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

    Hi, how can I move the mobile menu only on tablets to the right – http://screencast.com/t/QjgwSoOcuCu9? On mobile phones the mobile menu is on the left and logo is on the right so I only need to make the change on tablets.

    Thanks.

    #655569

    Hey DROR,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #advanced_menu_toggle {
        right: 20px !important;
    }
    }

    Regards,
    Rikard

    #655875

    Great, Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu on Tablets Overlaps Logo’ is closed to new replies.