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 #2903537
How to left justify the text?
Closed

Comments

  • Kohey started the conversation

    Pass : affluent

    How can I align the h3 title part of the attached image to the left?

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .item-related h3 {
        text-align: left;
    }
    If you want to align all text to the left, please modify above code like this:

    .item-related {
        text-align: left;
    }

    Regards,
    PenciDesign.



  • Kohey replied

    thanks!!