Quote:
Originally Posted by Sascha Henken
This is an awesome style for vBulletin. Not only that it is free of charge but also the colours. It?s done simplistic, not much useless stuff. It?s fast and slim and gives a fresh touch to every vBulletin
Good work there. I?ve installed the Dark Blue version 
|
Hello Sasha. Thank you
Quote:
Originally Posted by jonlar
I am using vBa and have a problem here
in forum only everything is fine
thanks for the help
|
Strange. I use vBa and I have no problem.
You can try this:
Go on your admincp >> Styles & Templates >> Styles Manager >> CA Evo DarBlue : Main CSS (Go) >> At the bottom of this page, you have "Additional CSS Definitions"
In the first field, find the CSS Class "navbar-row"
Code:
#navbar-row {
padding-top: 10px;
background: url(.....something.../images/ca_evo_db/misc/bg_navbar.gif) bottom left no-repeat;
padding-left: 15px;
}
Replace this class by:
Code:
#navbar-row {
padding-top: 10px;
background: url(images/ca_evo_db/misc/bg_navbar.gif) bottom left no-repeat;
padding-left: 15px;
}