PDA

View Full Version : How can i change text direction in the Navbar ?


betadoor
05-20-2013, 03:55 PM
hey,

how can i change the text direction in the navbar ? (from left to right)

thanks

fxdigi-cash
05-25-2013, 02:20 PM
hey,

how can i change the text direction in the navbar ? (from left to right)

thanks

I believe you need to open navbar template and add id (i.e. id="textdir" or whatever) then add a little css in your additional.css file as the following:


#textdir{
direction:ltr!important;
}


Save your templates and check how things go with you...

it takes about 2 mins to have things done if you're a beginner.

Cheers

betadoor
05-31-2013, 12:35 PM
fxdigi-cash, thanks ! ! !
i will try this later.

thanks agian