Shopify themes, liquid, logos, and UX
Hi everyone,
I have a video on my landing page that’s set to full width, but I'm running into a problem. The video appears to be either underlined or out of place, as I'm unable to reach the progress bar, and the recommendations (which I’d like to hide) are only partially visible. I need help adjusting the layout to better frame the video so everything fits properly.
Any suggestions or code adjustments would be greatly appreciated!
Thanks in advance!
Hi @jscola
I can adjust the width and height of the video section, but even when I make it smaller, the progress bar still doesn’t appear—only the recommended videos are visible. If this works for you, we could try using this code. It seems like the issue only occurs on desktop.
@media screen and (min-width: 768px){
.video-section deferred-media.video-section__media > iframe.js-youtube {
width: 600px !important;
height: 550px !important;
top: 0;
left: 50%;
transform: translateX(-50%);
}
}
Here is the result: https://prnt.sc/rkHeq4GFsF2P
You can adjust the width, height number as you want!
I hope this helps
Best,
Daisy
Hey Daisy, thanks for your comment. I get this result on desktop:
Im closer to get a solution to the existing problem. any other help is welcome. thank you!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025