Skip to content
Public Ticket #18453

How to left justify the text?

Conversation thread

Kohey S replied

Customer Reply

thanks!!

PenciDesign Supporter replied

Staff Reply

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 S started the conversation

Conversation Start

Pass : affluent

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

Want to join this conversation or access attachments? Sign in first.