Posts show on the left instead of the right in RTL

edited March 2018 in Theme support
Hey,

New posts are with direction: ltr;
Is there an option in the theme to change it to rtl, or should I use CSS?

Here's an example:

Here is the rouge code:
.the_content_wrapper {
   float: right;
   width: 98%;
   direction: ltr;
}

Comments

Sign In or Register to comment.