Shopify themes, liquid, logos, and UX
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 ?
Solved! Go to the solution
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
like this,
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
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
hi,
want to keep a little space between two products
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
worked like a charm, thanks a lot
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024