How can I make the video section smaller in label theme?
pic for reference: https://ibb.co/200DWmmf
https://roxysound.com/collections/frontpage
password sahsku
Thank you
How can I make the video section smaller in label theme?
pic for reference: https://ibb.co/200DWmmf
https://roxysound.com/collections/frontpage
password sahsku
Thank you
Hi there! ![]()
Here’s the CSS code to resolve your issue:
@media screen and (min-width: 767px) {
.background-video-wrapper--cinematic {
padding-bottom: 32%!important;
}}
To add this to your Shopify theme, follow these steps:
That’s amazing, thanks, is there a way I can see more of the top instead of so much of the bottom (see more her head) but keeping this new size?
Add this one too:
.object-cover {
object-position: top!important;
}