This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson
Hi, how can I add more space between the top navigation words? I’d like them equally spaced across the top.
I tried
.menu > ul > li > a,
#main-nav > ul > li > a {
padding:12px 17px;
display:block;
font-size:15px;
color:white;
display:inline;
}
but this did not work
Hello,
Try to use this code in custom.css file:
#main-nav > ul > li {
padding-right: 33px;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up