Site logo

Archived topic

Round Border Around a Menu Button

9 replies · Started by Lucky on July 17, 2017

Viewing posts 1–10 of 10

Hi Tom,

Please let me know how to add a border to a single menu button on the main navigation. Thank you!

[img]http://i.imgur.com/ZeQtls2.png[/img]

I want to add a contact us button just like the above image. Thank you!

Thank you Jamal! But not exactly the look I was after. Too much space on top and bottom of the button. :/

[img]http://i.imgur.com/KTvl5eY.png[/img]

Try adding: padding: 10px; to the CSS.

Can you link me to the site if it doesn't work?

Hi Leo! Unfortunately, it didn't work. Following is the link to the website.

Ahh sorry. Try this instead:

.main-navigation .main-nav ul li.my-custom-class a {
    line-height: 30px;
}

Thank you Leo! Worked perfectly! Would you be so kind to also let me know how to right align the same button while keeping other buttons centered?

Thanks Leo. With a little bit of margin from top and right side, it worked like a charm. Really appreciate your help.

No problem!

This archived topic is closed to new replies.