Collection list and featured collection product title aligned left

Good day. Can you help me with the Product Title aligned in the product. I want it aligned full left aligned with the product photo.

Thank you for your effort. This is my store link sereneluminaire.com

Hello @sereneluminaire ,
Here is the code you can try. I hope it useful- Go to the Online Store-> Theme-> Edit code-> Assets> base.css → Add code at the bottom.

.product-card-wrapper .card__heading .full-unstyled-link {
	text-align: left;
}

This is Noah from PageFly - Shopify Page Builder App

You can add code here to align left title product.

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

1 Like

Hello @sereneluminaire

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.card__information .card__heading .full-unstyled-link { text-align: left !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like

Thanks!