Hi all, I’m having a difficult time getting my text to align how I’d like. Thank you in advance to everyone that offers advice!
Feel free to visit my store and dig deeper: https://c2eb2c-2.myshopify.com/
The first issue I have is: my text alignment on collection pages and collection sections on home page is centered, however when the title is too long and wraps to the next line the new line is not centered but aligned left.
As you can see the middle product on this section is misaligned.
I have attempted to edit the alignment to an extent in the theme.css file however this leads me to my next issue:
On product pages the price is centered, if i edit this in theme.css it also changes this for the collections sections WHICH I DO NOT WANT
I have attempted to add this code
.price {
align-items: left !important;
}
to my default product template in an attempt to fix it that way but I am getting this error
Any advice would be greatly appreciated! Thank you all.


