Solved

i have a blank space on my stores homepage on mobile

BarIliyaev
Tourist
6 0 0

anybody got a fix?Screen Shot 2021-09-15 at 04.51.14.png

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

paste this code.

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

 

View solution in original post

Replies 9 (9)

oscprofessional
Shopify Partner
15830 2369 3071

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!

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
Kinjaldavra
Shopify Partner
2302 570 1422

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.

BarIliyaev
Tourist
6 0 0

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

Zworthkey
Shopify Partner
5581 642 1565

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.

BarIliyaev
Tourist
6 0 0

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?Screen Shot 2021-09-15 at 14.56.13.png

Zworthkey
Shopify Partner
5581 642 1565

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

BarIliyaev
Tourist
6 0 0

it didnt really work man

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

paste this code.

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

 

BarIliyaev
Tourist
6 0 0

thank you very much man you helped me alot!