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

    Hello terrific Enfold support gurus!

    Need to move the hamburger icon up and to the right on mobile device. Not sure if it is margin or padding???

    See http://www.thepromisecenter.com on mobile device.

    Can I send you a screen shot?

    Thanks,

    Terry

    #943347

    Hey Terry,

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

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        top: -10px !important;
        right: -60px !important;
    }
    }

    Adjust the values to fit your needs.

    Best regards,
    Rikard

    #943417

    As usual you guys are awesome!

    Perfect.

    You may close ticket.

    #943589

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hamburger icon margin or padding’ is closed to new replies.