Hello,
I am simply looking to increase spacing between different sections. Could someone help me out with this?
I’m kinda surprised I can’t find such setting in the editor?
Hello,
I am simply looking to increase spacing between different sections. Could someone help me out with this?
I’m kinda surprised I can’t find such setting in the editor?
Hi @TheAnyTony
Do you mean like this?
Check the white gap.
if it is check this one.
ul.grid.grid-cols-2.lg\:grid-cols-12.gap-gutter.bg-border {
row-gap: 20px;
background: white;
}
I hoe it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi, Thanks for posting. I’m looking to add spacing between section outside the collection. For example between the collection and blogs.
A workaround I made was to add empty fields of text now. It kinda works for now.
However if your code could be applied for any section that’s better, as it specifies specific distance in px.
Try this one.
It only give space on ths area not all section.
Same Instruction.
div#shopify-section-template--19255897227612__11ff2dd3-c724-422b-93c5-d4bed72e259b {
padding-bottom: 50px;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you Much appreciated.
Could you perhaps look into another question I have? I’m kind of stuck here.