Align product content center


Hi all,

Does anyone have any idea on how to left align the product contents (title, price, review, variant, buttons and description?) Right now they are all center-aligned but the overall presentation is not neat so I want to change it to left alignment.

I’m on Dawn 12.0. My website is https://wooffantasy.com/

Thank you all

Hi @sunday_april

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.product__info-container * {
    text-align: left !important;
    justify-content: left !important;
}