PDA

View Full Version : navbar margin


wullieclsfb
08-24-2011, 10:01 AM
i have tried moving the navbar down to give me more banner space but im sure it used to work using the stylevar navbar_margin but any settings changed there arent working is there anything i could put in additional css to move it

Diwanalk
08-24-2011, 01:45 PM
Hi,

In the additional.css, add this :

.navbar {
margin-top: 200px;
}


Or whatever px number you need.

wullieclsfb
08-24-2011, 06:56 PM
it worked thanks :)