How can I create space between a header and section?

Solved

How can I create space between a header and section?

Dowell775
Excursionist
18 0 3

How do I add space between the header and first section?

I have this custom.liquid section on every page but would like a little space between the two.

 

dowellpowerwash.com

 

Thank you

shopifyProblem2.jpeg

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Dowell775

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> base.css  paste the below code at the bottom of the file.

#MainContent >.shopify-section:first-child >.page-width{

padding-top:60px !important

}

PageFly_0-1665683405820.png

 

   

Hope my solution works perfectly for you!

 

Best Regards;

PageFly



View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1786 3131

This is an accepted solution.

Hi @Dowell775

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> base.css  paste the below code at the bottom of the file.

#MainContent >.shopify-section:first-child >.page-width{

padding-top:60px !important

}

PageFly_0-1665683405820.png

 

   

Hope my solution works perfectly for you!

 

Best Regards;

PageFly



Dowell775
Excursionist
18 0 3

Awesome! Thanks for quick response and solution!

PageFly-Victor
Shopify Partner
7865 1786 3131

you are welcome, I am glad when can help you😍