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
1940 561 656

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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

View solution in original post

Replies 5 (5)

Advertfox
Shopify Partner
48 0 7

like this,

Capture.JPG

BSS-TekLabs
Shopify Partner
1940 561 656

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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Advertfox
Shopify Partner
48 0 7

hi,

 

want to keep a little space between two products

BSS-TekLabs
Shopify Partner
1940 561 656

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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

Advertfox
Shopify Partner
48 0 7

worked like a charm, thanks a lot