Re: want to increase collection grid product image size and gap between product

Solved

want to increase collection grid product image size and gap between product

Advertfox
Shopify Partner
48 0 7

hi,

 

want to increase the product size, not full width but a little big and want to keep a little space between products in product grid,

 

here is store detail,

https://urbanchicsboutique.myshopify.com/

password: advertfox

 

any help ?

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

Hi @Advertfox,

You can paste this code snippet to your base.css file

 

 

 

.product-grid {
    /* You can increase this number a little bit to make product images larger */
    width: 110%;

    margin-left: -50px !important;
}

.product-grid .grid__item {
    /* You can increase this number a little bit to make the space between products larger */
    padding-left: 8px;
}​

 

 

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

Advertfox
Shopify Partner
48 0 7

like this,

Capture.JPG

BSS-TekLabs
Shopify Partner
2350 701 826

Hi @Advertfox,

You can follow these steps to make the product images a little bit bigger and keep a little space between products in product grid

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css) file

3. Paste the code snippet below at the bottom of the file and hit save

 

 

.product-grid .grid__item {
    padding-left: 4px;
}

 

 

Here is the result

BSSTekLabs_0-1719930395390.png

 

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Advertfox
Shopify Partner
48 0 7

hi,

 

want to keep a little space between two products

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

Hi @Advertfox,

You can paste this code snippet to your base.css file

 

 

 

.product-grid {
    /* You can increase this number a little bit to make product images larger */
    width: 110%;

    margin-left: -50px !important;
}

.product-grid .grid__item {
    /* You can increase this number a little bit to make the space between products larger */
    padding-left: 8px;
}​

 

 

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Advertfox
Shopify Partner
48 0 7

worked like a charm, thanks a lot