Tagged: 

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

    Hi,
    I am using Enfold and I would like to add extra padding to the top of the burger menu when viewing on a mobile.
    My header area contains a customer login button which sits top right of the header area and it is obscuring the burger menu, it would be good to be able to lower the menu a little.

    Many thanks Vicki

    #886755

    Hey vic98,
    Try this code in the General Styling > Quick CSS field:

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

    adjust the number to suit.

    Best regards,
    Mike

    #886991

    Worked fabulously Mike – thanks so very much :)

    #887057

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding padding to move burger menu on mobile phone’ is closed to new replies.