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.
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.
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!
It works, many thanks!!