How to resize global padding between sections (Symmetry Template)

Hi, I know its been asked a thousand times but I think I have tried all answers and cant get what seems to be an easy fix to work. Any ideas as to how I can reduce the space between all elements?

Hey @sbaldwin ,

Can you share the link to your store please? Thanks!

Hello @sbaldwin
Can you share store URL?

https://kukuna.co.uk/

pword: create

Hey @sbaldwin ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

https://kukuna.co.uk/

pword: create

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

#shopify-section-template--20278890922333__1713351168224e39fb .fully-spaced-row--medium { margin-top: 0 !important; /*adjust according to you*/ margin-bottom: 20px !important; /*adjust according to you*/ }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hey @sbaldwin ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

Worked perfectly - thank you!

Hi @niraj_patel ,

I tried this on my theme however it did not seem to work, can you help?

Hello @M4rc97 let me know which theme you are using and also it will be great if you can share your store URL please.