Tagged: 

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

    Hello!

    I have styled a top menu link to look more like a button by changing the background and text color, but the text goes all the way to the edge of the colored background.

    How can I add a little more space on the left and right of the label so the color goes beyond the edge of the text and it looks more like a button?

    Link is below.

    Thanks in advance for your help!

    #582654

    Hey Julie!

    To add padding to the link please add the below code to Enfold > General Styling > Quick CSS

    li#menu-item-583 a {
        padding: 10px 20px;
    }

    Cheers!
    Vinay Kashyap

    #583734

    Hi Vinnie,

    Awesome– looks great now! :)

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to add extra space on both sides of top menu text’ is closed to new replies.