Solved

How can I adjust padding and margin in my collections list?

jordontricks
Excursionist
16 0 8

Hi! How can I remove the padding and reduce the margin in my collections list? (Video will make more sense) I only want to make this change to desktop.

provada-jewelry.myshopify.com
"staysk"
Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @jordontricks 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 769px){
#shopify-section-1626776660396dd48d .grid  .grid__item{
	margin-bottom: 5px !important;
}
#shopify-section-16268257467b0a991d{
	margin-top: 15px !important;
}
#shopify-section-16268257467b0a991d .grid  .grid__item{
	margin-bottom: 5px !important;
}
#shopify-section-16266671911705cb0b .grid  .grid__item{
        margin-bottom: 5px;
}
}
#shopify-section-16266671911705cb0b{
	margin-top: 35px !important;
}
#shopify-section-16268257467b0a991d{
	margin-top: 35px;
}

 

View solution in original post

Replies 3 (3)

KetanKumar
Shopify Partner
36843 3636 11978

@jordontricks 

yes i can update code your post please check your last post 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

LitExtension
Shopify Partner
4860 1001 1135

I checked and it shows full. https://i.imgur.com/dFIgyh2.png
Do you want me to check something else?

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @jordontricks 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 769px){
#shopify-section-1626776660396dd48d .grid  .grid__item{
	margin-bottom: 5px !important;
}
#shopify-section-16268257467b0a991d{
	margin-top: 15px !important;
}
#shopify-section-16268257467b0a991d .grid  .grid__item{
	margin-bottom: 5px !important;
}
#shopify-section-16266671911705cb0b .grid  .grid__item{
        margin-bottom: 5px;
}
}
#shopify-section-16266671911705cb0b{
	margin-top: 35px !important;
}
#shopify-section-16268257467b0a991d{
	margin-top: 35px;
}