How can I align product text to the left on my collections?

Hey

I would like to align my product text to the left but I can’t seem to make it work. It needs to apply for the featured collections and regular collections. Left side picture is my current product, right side picture is how i want it.

Any help would be appreciated :slightly_smiling_face: thank you

https://1ehdivwrqyfxmphk-53265825967.shopifypreview.com

Hi @Bramm ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

Hi @Bramm , you can do that by opening Sale channels > Online store > Themes > Edit code > Assets > open style.css or style.css.liquid file, add this CSS code at the bottom and save file

.product-block { text-align: left !important; }
.product-block .product-block__title { min-height: auto !important; }

Here is the result

@PageFly-Victor @Dan-From-Ryviu

Thank you guys, is there a way for me to make the price a bit more bold?

You can do that by adding this CSS code

.product-block .theme_money { font-weight: 700; }

Yes, you can add this code below: