Shopify themes, liquid, logos, and UX
https://emxlqmmkxkokrjsz-71277969692.shopifypreview.com
im trying to compress my home/landing page so theres no scroll bar and it all loads on one page. i assume that means i need to reduce the size of image banner section, however i want to avoid rescaling or changing the image and text placement in relation to the video background. so somehow shoring up the bottom of the page.
Solved! Go to the solution
This is an accepted solution.
{% if template.name == "index" %}
<style>
body{
width:100vw !important;
height:100vh !important;
overflow:hidden;
}
</style>
{% endif %}
Place this code in front of the </head> tag in theme.liquid
This is an accepted solution.
{% if template.name == "index" %}
<style>
body{
width:100vw !important;
height:100vh !important;
overflow:hidden;
}
</style>
{% endif %}
Place this code in front of the </head> tag in theme.liquid
that worked beautifully, thank you!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024