change product text and price to left align

change product text and price to left align

ads18922
Trailblazer
190 0 58

hello, a while back i managed to switch my product price and text from left aligned to centre. I want to change it back to left align now, but cannot find the code i put in originally. My theme is dawn, website url is www.alexandrawestbrook , password is liavee

Screenshot 2025-01-16 at 18.09.54.png

Replies 4 (4)

CodingFifty
Shopify Partner
970 144 170

Hi @ads18922,

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css file Add the provided code at the end of the file.

 

 

.product__title, .price.price--large {
    text-align: left !important;
}

 

 

CodingFifty_0-1737051491401.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
ads18922
Trailblazer
190 0 58

hello, this didnt work for me

CodingFifty
Shopify Partner
970 144 170

Please check your website.

CodingFifty_0-1737060962739.png

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
ads18922
Trailblazer
190 0 58

yes, i found the code which i originally put in a while back and took it out so it works now