Need help making video banner smaller on mobile view (dawn theme)

Need help making video banner smaller on mobile view (dawn theme)

bnbrown88
Tourist
15 0 7

Hello:

 

I need CSS code to make my video banner smaller on mobile view of my site. My side is ausomeapparelco.com

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
8172 1966 2403

Hi @bnbrown88 

Smaller or reduce the height? 

Made4uoRibe_0-1727043139529.png

if it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media only screen and (max-width: 749px){
.banner.video-background {
        min-height: 28rem;
}    
}
</style>

 

And save. 

Result:

Made4uoRibe_1-1727043194057.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
bnbrown88
Tourist
15 0 7

I want the font smaller and more to the left

bnbrown88
Tourist
15 0 7

Picture for reference.

i want buttons & font smaller &

IMG_2365.jpeg

in this area 

bnbrown88
Tourist
15 0 7

i dont see this code