have a nice day;
I’m glad template “Newspaper 7” but I want to change the direction of the template from left to right, so that it conforms with Arabic sites display.
Template fully supports the Arab but remains the problem of direction.
Waiting for the solution
thank you
Hello,
Unfortunately this can only be done with customization. Our theme has no support for RTL direction. Sorry. We have no quick solution to provide in this regard as all theme elements need to be adapted to position properly in the new direction.
Thank you for your understading.
Hello again;
I searched the Internet for the problems posed to you, and they told me that I have to change these values in the file style.css:
float
margin
padding
From left to right.
When you do that you encounter a problem in the pictures they stayed in the left and did not turn to the right.
Indicative correct solution, please.
Is what you’ve done in your opinion enough to change the direction of the “NewsPeaper” from left to right? What I lack?
Waiting for a positive response this best greetings
Hello,
Unfortunately there is a little more to it than a few css rules. If the modification was so simple we would have added in in a heartbeat and avoid posts such as this 🙂 It would have been a hell of a lot easier for us. Unfortunately the coding world is not so simple. There are lots of problems and situations that need to be addressed and code modified if you want to use the theme in rtl with all of it’s features. Every element needs to be adapted to the new direction and that is why we recommend hiring a freelancer to do this for you. We have no simple solution to provide as the modification is very time-consuming and we cannot tackle such tasks.
Thank you for your understanding.
Hello selfdine,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-1 .td-header-row [class*="td-header-sp"] {
float: right;
}
The result -> http://screencast.com/t/b9ESkjQJ6PNj
Thanks for the message!