Slideshow Height Dawn Theme (Phone Version Only) 2023

Hello, I have a problem with height. I have made a configuration that I saw in some post but it does not work for me, could you help me to solve it.

thn.pe

Hi [email removed]AdolfoCV,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file section-image-banner.css

Step 3: Paste the below code at the bottom of the file → Save

@media(max-width:767px){
.banner__box{padding:0 !important}
}

Hope my solution works perfectly for you.

Cheers!

Oliver | PageFly

1 Like

Hi @AdolfoCV

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:
@media screen and (max-width: 749px){

.banner–mobile-bottom .slideshow__text-wrapper {display: none !important}

}

Regards,

San

1 Like