Tagged: 

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

    How do I align button style links horizontally in a burger menu?

    #1373752

    Hey Madeleine,
    Thanks for the link to your page, please try this code in the General Styling ▸ Quick CSS field:

    #av-burger-menu-ul .av-menu-button {
    	display: inline;
    	float: left;
        width: 35%;
    }
    #av-burger-menu-ul .menu-item-3277 {
    	clear: left;
    }

    I was not sure if you wanted the lock on the same line, if you do then don’t use this css:

    #av-burger-menu-ul .menu-item-3277 {
    	clear: left;
    }

    and you can adjust the spacing by changing the width to suit, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1373757

    Yeai! It worked! Thank you =)

    #1373781

    Hi Lene,

    Glad Mike could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Align buttons in burgermenu horizontally’ is closed to new replies.