Shopify themes, liquid, logos, and UX
Hi there! I am trying to figure out how to remove the large amounts of padding between the menu and the looping video and then the header underneath on my home page(in the mobile version). I also do not like how much room there is between the header and first section of any of my pages (example: the About Me page). Is this a Heading/Header setting? There are larger amounts of space between most of my headers and body text. I have tried a couple fixes from other discussion forums but none have worked so far so I don't think I was placing the right code in the right section. Thanks in advance for your help!
Website: basmet-harer.com
i fix that problem in the desktop version but its still in mobile version
Solved! Go to the solution
This is an accepted solution.
sorry use this code instead
@media screen and (max-width: 767px) {
.videoBackground .videoBox {
min-height: 400px !important;
}
}
Go to your online store -> customize -> settings -> custom css and paste this code there
@media screen and (max-width: 767px)
.videoBackground .videoBox {
min-height: 400px !important;
}
I tried youre solution and i got this error
This is an accepted solution.
sorry use this code instead
@media screen and (max-width: 767px) {
.videoBackground .videoBox {
min-height: 400px !important;
}
}
Hey @basmet_harer1,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 989px) {
.videoBackground .videoBox {
min-height: fit-content;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025