All things Shopify and commerce
Hi friends! I've been working on this website (https://huskcr-zz.myshopify.com/ pw:peeria) and I have created a video with text section for the page. However, the section is showing a small gap underneath the video and I can't figure it out how to get that removed.
Does anyone have any suggestions of how i can get that fixed, but still have the video height adaptive? I'm thinking that this could be accomplished with CSS, but i'm just hitting a wall on this.
Thank you all, I appreciate the help.
Solved! Go to the solution
This is an accepted solution.
Hey @apothicc
<style>
video {
display: block!important;
}
</style>
The result should be:
This is an accepted solution.
Hey @apothicc
<style>
video {
display: block!important;
}
</style>
The result should be:
this worked perfectly! Thank you!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025