A space to discuss online store customization, theme development, and Liquid templating.
Hi,
Im running the dawn theme and I would like to be able to add padding between two specific sections.
I dont want to add extra padding everywhere, just in one particular place.
I there a short code that I can use in the custom liquid section in order to add a specific amount of padding?
thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @ZigguZ;
You can add an empty div and just adjust the height on how much space you want. You can copy this to the custom.liquid.
<div style="width: 100%; height: 1rem"> </div>
Mark as a solution if it helps (",)
This is an accepted solution.
Hi @ZigguZ;
You can add an empty div and just adjust the height on how much space you want. You can copy this to the custom.liquid.
<div style="width: 100%; height: 1rem"> </div>
Mark as a solution if it helps (",)