Jump to content

Add css based on language

Featured Replies

Posted

My question is how to add specific css code based on a language ? because I have a problem with the quote in rtl language, an I've fixed it by using a specific css code as, but the problem is that css code corrupts the style on other left to right language . I've reported a bug here  , but no one replied , please help me fix that issue ...

 

 

html[dir="rtl"] #selector


 

  • Author

Tried this, but its not working...

  • Author

Can you show me an example with thiss css code please :

.ipsQuote_citation [data-action='toggleQuote']{
float: right;
}

 

Can you show me an example with this css code please :

html[dir="rtl"] .ipsQuote_citation [data-action='toggleQuote']{
float: right;
}

​should work based on farber's post.

  • Author

yes that's worked, I've forgot to add space between dir and css tag, Thanks Again.

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.