Make the answer in FAQ left align in debutify

Hi, does anyone know how to make the answer in FAQ left align in debutify? I can’t find any setting to make it.

Here is the preview of my store: https://ti5jd8p6aauxmo2l-65257898202.shopifypreview.com

Any help would be appreciated!

Thanks.

@JohnLiam231 - please add this css to the very end of your theme.scss file and check

#faqs .card-group .tab-content.rte {text-align: left !important;}

1 Like

@suyash1 Thank you so much, it works!