Product Card Information Padding

Solved

Product Card Information Padding

emilyaugstudios
Pathfinder
120 1 57

Hi everyone, now I have made my collection products display full width, is there a way to add a small amount of padding to the product card information so it doesn't sit as close to the left hand side of the screen? I want the images to stay full width still.

 

URL – https://927103-16.myshopify.com/

 

Current look (you can see the first product information on the left is almost cut off because it's so close to the edge of the screen) –

Screenshot 2024-08-19 at 15.11.49.png

Accepted Solution (1)

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Hello @emilyaugstudios ,

 

Use this css to make some space from left

.product-card__info { 
    padding-left: 10px !important;
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3397 677 958

This is an accepted solution.

Hello @emilyaugstudios ,

 

Use this css to make some space from left

.product-card__info { 
    padding-left: 10px !important;
}

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
emilyaugstudios
Pathfinder
120 1 57

Thank you! 🙂