I want to change the direction of Newspaper 7 from left to right

Posted in: Newspaper
Post count: 14

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

Post count: 22421

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.

Post count: 14

Thank you

Post count: 14

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

Post count: 22421

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.

Post count: 14

thank you, and I understand it very well now 🙂

Post count: 14

I apologise;

I have another problem

You delete the template and the inauguration of a new back up to normal.

But I was surprised by the emergence of a large white space on the left in the main interface 🙁

Post count: 14

Another request ;
How can I change the direction of the logo only, from left to right .
If possible, it will override the entire problem 🙂

Post count: 22421

Hi,
Please provide a link to your site so I can inspect the logo and see if it can be modified with a bit of css.
As for the white space i’m not sure where it comes from. Please provide an example.
Thank you!

Post count: 14
Post count: 23312

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!

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.