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”
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”
yes i can update code your post please check your last post
I checked and it shows full. https://i.imgur.com/dFIgyh2.png
Do you want me to check something else?
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;
}