Help change position of image banner button on mobile

Hello! I would like to lower the button in the image banner on my about us tab on mobile. Can someone please help me with this?

crescent.hu
Pw: theaba

and also to make the button a little bit smaller

please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

@media screen and (max-width: 749px) {
#Banner-template--25615483011420__image_banner_EcEqKH .banner__box{top: 25%;}
}

Hi @crescenthu,

Please go to Customize > Sections > Image banner > Custom CSS and add code:

@media screen and (max-width: 749px) {
.banner__content {
    align-items: end;
}
}
1 Like

thank you, perfect! is there a way to make the button a bit smaller too? thanks in advance

Hi @crescenthu,

I checked and did you change it? :blush: