Product Card Information Padding

Solved

Product Card Information Padding

emilyaugstudios
Pathfinder
122 1 58

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
4051 796 1146

This is an accepted solution.

Hello @emilyaugstudios ,

 

Use this css to make some space from left

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

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4051 796 1146

This is an accepted solution.

Hello @emilyaugstudios ,

 

Use this css to make some space from left

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

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
emilyaugstudios
Pathfinder
122 1 58

Thank you! 🙂