The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How do i make my text in my navigation bar have a padding when the text is long and it covers the background image
|
|
#2
|
||||
|
||||
|
As that in not something that is there in a default style, a link to the site where it is happening would be needed for someone to help.
|
|
#3
|
||||
|
||||
|
Add this to your additional.css
Code:
.navtabs li a.navtab
{
padding-left: 20px;
}
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
Not a problem, glad to help.
|
![]() |
|
|