Quote:
Originally Posted by betadoor
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:
PHP Code:
#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