How can I left align text in the FAQ widget?

Hello,

Does anyone know how can i align to the left a text in the FAQ widget in my web?? I just want this part to be left-aligned because the rest of my web is justified and i want to keep it like that.

1 Like

@anlupapeltapiz

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hello @anlupapeltapiz ,

You can align text to the left by doing custom CSS.

This is my site:

https://anlupapeltapiz.com/

https://anlupapeltapiz.com/

1 Like

@anlupapeltapiz

thanks for url yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.eapps-faq-content-category-item-question {text-align: left;}

Thanks a lot!!! It worked perfectly