How to remove Diraction on RTL culture

arash orooji asked on April 30, 2017 09:27

I Want to Remove this * { direction: rtl; } css in head tage of kentico website but i don't know how. please helpe me.

Correct Answer

Development Support answered on May 1, 2017 13:24

CSS can be overwritten, if need be you can use the rule

* { direction: ltr !important; }

But you should probably determine why it's showing up. Is the language culture the site is using one that is Right to left?

1 votesVote for this answer Unmark Correct answer

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