Navigation Button
-
I am trying to change the font size and the size of the button on the navigation menu and I’m not getting anywhere. The CSS is what I am using now. The buttons are rather tall and not much space between them.
Help is much appreciated.
http://scgccmulti.wpengine.com/
.navbar .nav li.free_download.btn {
position: relative;
bottom: 10px;
padding: 2px;
line-height: 18px;
vertical-align: middle;
}.navbar .nav li.free_download.btn a {
color: #FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.31);
padding: 3px 13px;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Navigation Button’ is closed to new replies.