I have a blank space on my stores homepage on mobile

anybody got a fix?

Hello @BarIliyaev ,
you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Please Share your store live url with password (if it password protected) where you want to do modification, so that I will solve your issue here!

hello @BarIliyaev

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

https://lalaserstore.com/ thanks in advance!

paste this code on top of the theme.scss file.

@media only screen and (max-width: 749px){
.slideshow__text-wrap--mobile {
height:30% !important.
}
}

Thank You.

i assume you meant the theme.css file and i tried pasting it at the top but nothing happened, maybe i pasted it in the wrong place?

@BarIliyaev
ok, paste the code at the bottom of the theme.css file.

it didnt really work man

paste this code.

@media only screen and (max-width: 749px){
.slideshow__text-wrap--mobile {
height:30% !important;
}
}

thank you very much man you helped me alot!