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.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025