How can I align text to the left in Dawn theme row content?

I added a code to center the product information on the product page but now it’s centering the row content in the collapsible row. How do I have the text aligned to the left for the rows? I am using theme Dawn 10.0.0.

@abeillebliss

Please share your store URL!

Thanks!

www.abeillebliss.com

@abeillebliss

Please disable your store security for 10 min because the right click not working.

Done!

@abeillebliss

Please add the following CSS code to your assets/component-accordion.css bottom of the file.

.accordion__content {text-align: left !important;}

Thanks!

1 Like

thank you! that worked!