Shopify themes, liquid, logos, and UX
Hi there. Having some issues with a youtube video glitching on my website. Looks fine until the user clicks on it. The video seems to go to the right on both desktop and mobile and i cant seem to fix it. Could someone help?
Here is the page with the error - https://cooltowel.co.uk/pages/about-us
Thank you.
Solved! Go to the solution
This is an accepted solution.
@doogaleefind base.css or if you're unable to find base.css file, simply find theme.liquid file paste the code before </head> tag :
<style>
.video-section__media.deferred-media.no-js-hidden.gradient.global-media-settings.scroll-trigger.animate--slide-in {
display: flex;
}
</style>
Hi @doogalee , you want like this
Yes exactly that!
<style>
.video-section__media.deferred-media.no-js-hidden.gradient.global-media-settings.scroll-trigger.animate--slide-in {
display: flex;
}
</style>
Thank you!
I can’t seem to find the theme.sss or style.sss?
This is an accepted solution.
@doogaleefind base.css or if you're unable to find base.css file, simply find theme.liquid file paste the code before </head> tag :
<style>
.video-section__media.deferred-media.no-js-hidden.gradient.global-media-settings.scroll-trigger.animate--slide-in {
display: flex;
}
</style>
Hi @doogalee
You do have base.css but I think it would be appropriate to place code in assets/video-section.css file.
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