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.
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; }