How to reduce the margin between header and first section (custom liquid for video loop)

@HomeLivingStore

Welcome to the Shopify community!
Thanks for your good question.

kindly share your store URL, so that
I will check out the issue and provide a solution.

Hi Premadestores,

Our testing site URL is currently:
https://urban-style-home.myshopify.com/

Password is:
whohff

Hii @HomeLivingStore

Go to Online Store->Theme->Edit code
Asset->/base.css ->paste below code at the bottom of the file.

.spaced-section {
margin-top: 0 !important;

}

This will reduce space between header and vedio section as shown in attached file :
Output :

If this post is helpful for you ,Kindly Like and Accept this as a solution.

Hi Premadestores,

Thank you!
That worked.