New Shopify Certification now available: Liquid Storefronts for Theme Developers

Padding in specific location - Dawn

Solved
ZigguZ
Excursionist
18 0 13

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!

Accepted Solution (1)
made4Uo
Shopify Partner
3787 710 1101

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">&nbsp</div>

 Mark as a solution if it helps (",)

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!

View solution in original post

Replies 2 (2)
made4Uo
Shopify Partner
3787 710 1101

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">&nbsp</div>

 Mark as a solution if it helps (",)

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
ZigguZ
Excursionist
18 0 13

@made4Uo 

 

Works like a charm, thanks bud!