Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1417474

    How do I change the spacing for 2 buttons side by side in a navigation menu? Right now the spacing is not like the other header menu elements.

    #1417483

    Hey jasonlthornton,
    Thank you for the link to your site, when two buttons are in the menu some css is added so they are closer together, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field so there is more space:

    .av-menu-button + .av-menu-button {
        margin-left: 0;
    }

    if you want more space you are adjust like this:

    .av-menu-button + .av-menu-button {
        margin-left: 10px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.