Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3109068
Post Alignment RTL Problem
Closed

Comments

  • mohamedSEO started the conversation

    Hello, Hope everything is well..
    I have a problem with the post page alignment, The paragraph takes a text-align:left; as default 
    With the explanation that i set the text-align in customize page right

  •  2,488
    PenciDesign replied

    Hi,

    The option you've set is a post except. In case you want to align the post content, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .widget ul li, .post-entry, p, .post-entry p {
        text-align: right;
    }

    Regards,
    PenciDesign.



  • mohamedSEO replied

    Thank you for your response