Side bar shown below the comments box.

Posted in: Newspaper
Post count: 6

Hai,
1 – I am trying to publish a post in R-T-L.
I Used the text direction Right alignment for the post contents and <div align=”right”> for the post title. Set the side bar to left. The result is “Sidebar” has shown on the left, but after the comments section not besides the post contents. See here http://prntscr.com/96nudn

2 – I also want to align the heading text of the block 14 to the right.

Please help me to resolve both issues.

Post count: 22421

Hello,
The theme was not designed to support RTL, so unfortunately we do not have options for this kind of customization. You will need to modify quite a few elements in order to display them in RTL.
Please provide a link to your website so we can take a look and maybe come up with a solution, but please understand that we cannot offer any ‘official’ solution for your customization.
Thank you!

Post count: 6

Thank you for your quick response. Here is the link of my website. http://computergeek.pk/

1 – Currently, the blog have only 1 post in R-T-L language, but, Please note that I am considering running this blog permanently in R-T-L language, so permanent fixing is also welcomed.

2 – I don’t want to change the header text, categories, page name into R-T-L language, but Right alignment is welcomed.

Your help in this regards is highly appreciated.

Regards,
UC

Post count: 22421

Hello,

The easiest way to do it is by using the direction alignment in CSS. Please revert your post to the standard layout and just use this simple css to apply RTL style on a specific post.
for example your current post has an id of 325 so you can use css like so:

.postid-325{
direction:rtl!important;
}

result: http://screencast.com/t/r334DfJuo0r
Unfortunately i cannot give you a permanent solution as it will require quite a bit of custom work.
You can however align the entire website by using this code in the theme panel:

body{
direction:rtl!important;
}

It will require further customization as some elements will not align properly.
I hope this helps you get closer to your goals.

Thank you!

Post count: 6

Thanks Bogdan,

Your comprehensive reply helps me a lot. I have almost achieved my desired results.

Thanks Again.

  • This reply was modified 10 years by UC.
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.