How to add back natural gap between section?

Hello again! I hope I’m not becoming too annoying. Please let me know if i am and I’ll slow down with the pestering..

In any case, i’ve been fiddling around a little bit with the code and now i can’t remember what value i changed that has resulted in closing the following gap where both sections are now touching. Would anyone know where i can look for it in the theme.css.liquid file? Thanks! :slightly_smiling_face:

My store URL is https://xorphic.myshopify.com/ and PW: Orphic99

Hello @aRogue

You can install a fresh theme and change sections CSS padding and margin code with the current theme’s code.

1 Like

@aRogue - add this css to the very end of your theme.css file and check, adjust the number as per the need

.shopify-section {margin: 10px 0;}
1 Like