How to remove direction style in rtl language?

Mehrdad ilchizadeh asked on May 21, 2014 07:59

hi.

How to delete default style direction in RTL language ?

***{    direction: rtl; <== delte this    }**

Recent Answers


Brenden Kehren answered on May 22, 2014 06:14

This is set for the Admin or CMSDesk and CMSSiteManager in /App_Themes/Default/CMSDesk.css at the very top. As far as your website, it would be in your stylesheet.

1 votesVote for this answer Mark as a Correct answer

Mehrdad ilchizadeh answered on May 25, 2014 02:25

hi this cod generate in default.aspx:12 or index:11

  • { direction: rtl; }

i want remove this...

plz help me

0 votesVote for this answer Mark as a Correct answer

Mehrdad ilchizadeh answered on May 25, 2014 02:32

*{
 direction: rtl; 
 }
0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on May 25, 2014 11:37

What version are you using? As far as I know there isn't anything in any page that has those styles in them. There may be some settings in the Site Manager that you can change for this.

1 votesVote for this answer Mark as a Correct answer

Mehrdad ilchizadeh answered on May 25, 2014 23:18

Hi I use kentico v8 and last hotfixe.

plz help me

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on May 27, 2014 07:19

When you're testing this, are you logged out of Kentico? If not, I'd suggest trying that. Also have you used something like Firebug to check the output or debug to see where this is being placed?

1 votesVote for this answer Mark as a Correct answer

Mehrdad ilchizadeh answered on May 27, 2014 09:19

hi is generate in head of my site i use farsi language..

 plz help me 
0 votesVote for this answer Mark as a Correct answer

Mehrdad ilchizadeh answered on May 27, 2014 09:20

<style type="text/css">
                * { direction: rtl; }
              </style>
0 votesVote for this answer Mark as a Correct answer

Mehrdad ilchizadeh answered on May 29, 2014 04:21

when the kentico website have changed to RTL language, automatically this phrase "*{direction:RTL;} " add to body in Webpage. how can I remove this style?

Image Text

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on May 29, 2014 06:13

If you go to the master page of your site you should be able to click on the Master Page template and in the open box, add the same HTML although change rtl to ltr. That is the default of the direction property. So unfortunately, it won't remove it but you can override it. The other option would be to not select the RTL option in the settings.

2 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.