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
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
Hello there,
.spaced-section {
margin-top: 0rem!important;
}
Works a treat thank you! @ZestardTech
@Gen-Audio Go to assetes/base.css and past below css at bottom of file.
.spaced-section
{
margin-top: 0rem!important;
}
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