How can i change mobile image banner height size ? help me!

lgbtqstyles.com // mohtse

this is pc view. i think it is so good. But

this is mobile view. this is not what i want.

i want change like this mobile view. (full screen)

what should i do ? please help me.

Hi @swoo0105 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-image-banner.css->paste below code at the bottom of the file:

@media screen and (max-width: 749px){
.banner__content.banner__content--middle-center.page-width {
    min-height: 83rem !important;
}
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like