Hi, can someone help me with increasing the space between product rows in a Collection on my Home page. I’m using the Turbo theme. If I make a change to the code will it affect all collections? Or can I specify a different gap for each collection on my site?
@mark_White
Kindly Share your Store URL.
So i will help you.
Thank you
Thanks, it is www.parkerhamilton.com.au
#shopify-section-collection-template .has-sidebar-option {
width: 80% !important;
}
#shopify-section-collection-template .sidebar {
width: 15% !important;
}
@mark_White
Add this code in theme.scss or style.css
hello @mark_White
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 (min-width: 749px) {
.collection .has-sidebar-option {
width: 80% !important;
}
.collection .sidebar {
width: 20% !important;
}
}