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 #2838803
Make Single Post's Related Post's Title to be left align
Closed

Comments

  • calvinteoh started the conversation

    Inside a Single Post at the Related Post category; how can I make the title of each Post and the content (e.g post time) to be left align. Apart from that, how can I make the "Related" text (refer to the figure below) to be left align as well?

    1262369088.png


  •  2,493
    PenciDesign replied

    Hi,

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

    .post-title-box,
    #respond h3.comment-reply-title,
    .item-related {
        text-align: left;
    }

    Regards,
    PenciDesign.


  • calvinteoh replied

    Thanks! Just checked and it is working :)