Can the space between the video and header be removed Dawn theme?

Hi,

I have finally added a basic video to my homepage but can’t workout how to remove the space between the video and header. Any help would be greatly appreciated.

Link: https://www.generationaudio.co.uk

Thanks

Scott

1 Like

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.spaced-section {
margin-top: 0rem!important;
}

Works a treat thank you! @ZestardTech

1 Like

@Gen-Audio Go to assetes/base.css and past below css at bottom of file.

.spaced-section
{
margin-top: 0rem!important;
}
1 Like

Thank you for your response. It’s good to know that it’s worked for you.
If helpful then please Like and Accept the Solution.

Great, thanks for the link

1 Like