Hi,
I’ve created a video background header for my website, however no matter what I do there is a huge empty space between the header and the featured collection etc. how can I remove this space? Much appreciated!!
Hi,
I’ve created a video background header for my website, however no matter what I do there is a huge empty space between the header and the featured collection etc. how can I remove this space? Much appreciated!!
Hi,
Hope this will work
css example
.video-section,
.video-header,
.video-container {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
Hello @motions
Go to online store ----> themes ----> actions ----> edit code ----> base.css
add this code at the end of the file and save.
.drawer__footer {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi @motions
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hi @motions
You can add below CSS at the bottom of theme.liquid file and see if works or not:
If still not working, please kindly check if your store exists related code contents already and if so, please kindly share the code content in theme.liquid and I will do my best to check it for you. Thank you!