Happening now! Shopify Community AMA: Building a Marketing Budget with 2H Media | Ask your marketing budget questions now!

Increase padding on sides of collection

Increase padding on sides of collection

studioseductres
Excursionist
47 0 8

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
Screenshot 2025-02-13 at 2.11.15 PM.png

Replies 8 (8)

LizHoang
Shopify Partner
1251 159 196

Hi @studioseductres 

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: 

LizHoang_0-1739409971640.png

 

Best,

Liz 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
studioseductres
Excursionist
47 0 8

Thank-you so much, that worked well. Unfortunatey the mobile view changed also. Is it possible to make mobile view like this?IMG_4890.PNG

LizHoang
Shopify Partner
1251 159 196

Hi @studioseductres 

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: 

LizHoang_0-1739419541622.png

 

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
studioseductres
Excursionist
47 0 8

Unfortunately it did not change

LizHoang
Shopify Partner
1251 159 196

Can you show an image of where the code is added?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
studioseductres
Excursionist
47 0 8

Screenshot 2025-02-13 at 6.05.24 PM.png end of base code

EBOOST
Shopify Partner
1359 340 410

Hi @studioseductres ,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
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;
  }
}

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

Dan-From-Ryviu
Shopify Partner
11376 2231 2404

Hi @studioseductres 

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.