Shopify themes, liquid, logos, and UX
hi I am wanting my products in each collection to appear exactly like this, with this spacing in between and on the sides.
this is the example:
https://prod.net/collections/shop-all?srsltid=AfmBOoqNju_Hgtrs9Q19YuX37cJH_wK8WESwAv4Na_wzOHwjnCvbzw...
lease help and thankyou
My website is studio-seductress.com and password: yesyesyes
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
div#shopify-section-template--24119740629282__product-grid {
padding: 0 50px !important;
}
Result:
Best,
Liz
Thank-you so much, that worked well. Unfortunatey the mobile view changed also. Is it possible to make mobile view like this?
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
@media (max-width: 768px) {
div#shopify-section-template--24119740629282__product-grid {
padding-left: 15px !important;
}
ul#product-grid {
column-gap: 5px !important;
}
}
Result:
Best,
Liz
Unfortunately it did not change
Can you show an image of where the code is added?
end of base code
Hi @studioseductres ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
.collection.page-width {
max-width: var(--page-width);
margin: 0 auto;
padding-left: 3rem;
padding-right: 3rem;
--grid-desktop-horizontal-spacing: 20px;
--grid-desktop-vertical-spacing: 20px;
}
.collection.page-width #product-grid {
gap: 20px!important;
}
.collection.page-width #product-grid .card__inner {
width: 100%!important;
}
@media screen and (min-width: 750px) {
.collection.page-width {
padding-left: 3.2rem;
padding-right: 3.2rem;
}
}
@media screen and (min-width: 990px) {
.collection.page-width {
padding-left: 5rem;
padding-right: 5rem;
}
}
You can do that by adding this code to base.css file
@media (min-width: 750px) {
.collection.page-width {
padding: 0 5rem !important;
}
}
- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025