PDA

View Full Version : Navbar background image


Chesda
11-03-2013, 11:00 PM
How do i make my text in my navigation bar have a padding when the text is long and it covers the background image

https://vborg.vbsupport.ru/external/2013/11/57.png

ozzy47
11-03-2013, 11:10 PM
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.

ozzy47
11-04-2013, 06:35 PM
Add this to your additional.css

.navtabs li a.navtab
{
padding-left: 20px;
}

Chesda
11-04-2013, 08:13 PM
Add this to your additional.css

.navtabs li a.navtab
{
padding-left: 20px;
}



Thanks it works :)

ozzy47
11-04-2013, 08:48 PM
Not a problem, glad to help. :)