All things Shopify and commerce
Hello,
How do you delete the spacing that’s above and under the video as you can see in the image.
my website is:
Solved! Go to the solution
This is an accepted solution.
You can try add the following code above close </head> tag in file theme.liquid
{% style %}
@media screen and (max-width: 769px) {
.videoBackground .videoBox {
min-height: max-content !important;
margin-top: 8px !important;
z-index: 0 !important;
}
}
{% endstyle %}
@media screen and (max-width: 769px) {
.videoBackground .videoBox {
min-height: max-content !important;
margin-top: 8px !important;
z-index: 0 !important;
}
}
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi @Muselabel , Follow these Steps:
1) Go to Online Store > Themes > edit code
3) Find theme.liquid file
4) Add the following code above close </head> tag:
@media screen and (max-width: 769px) {
.videoBackground .videoBox {
min-height: max-content !important;
margin-top: 55px !important;
}
}
=> Result:
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
it doesn't work for me
Can you also help me make the header transparent on a mobile device? On the desktop, the header is already transparent. I have the sense theme
This is an accepted solution.
You can try add the following code above close </head> tag in file theme.liquid
{% style %}
@media screen and (max-width: 769px) {
.videoBackground .videoBox {
min-height: max-content !important;
margin-top: 8px !important;
z-index: 0 !important;
}
}
{% endstyle %}
@media screen and (max-width: 769px) {
.videoBackground .videoBox {
min-height: max-content !important;
margin-top: 8px !important;
z-index: 0 !important;
}
}
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
thank you so much it works:)
Hi @Muselabel
Do you mean like this?
If it is check this one.
@media screen and (max-width: 769px) {
.videoBackground .fullscreen-video-wrap {
z-index: 0;
margin-top: 8px;
}
.fullscreen-video-wrap {
flex-grow: 1;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Muselabel
You can solve it by adding this code to Online Store > Themes > Customize > Themes settings > Custom CSS
@media (max-width: 749px) {
.videoBackground .videoBox {
min-height: 300px !important;
margin-top: 60px !important;
}
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025