How can I adjust the video section height in the Beyond Theme?

Hello,

I want to change my video section height, in the theme I have 3 build in sizes(small medium large), but the smallest one is still to big.

I use the beyond theme.

website : https://marketing-easycomputershop.myshopify.com/

Hi @Easycomputersho ,

Go to Assets > theme–async.css and paste this at the bottom of the file:

.featured-video--root[data-section-height=small] .featured-video--body {
    padding-top: 30% !important;
}

Hope it helps!

1 Like

It works, many thanks!!

1 Like