White space under slideshow on mobile view - Please Help

Solved

White space under slideshow on mobile view - Please Help

chrismurphy534
Tourist
9 0 3

I have a large space under the slideshows on my shopify home page which I cannot remove. I have tried editing the code with various solutions on shopify help center but none of these solutions are working for me.

14989.jpg

Accepted Solution (1)
DaisyVo
Shopify Partner
4460 499 594

This is an accepted solution.

Hi @chrismurphy534 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}
@media screen and (max-width: 768px){
.slideshow__text-wrap.slideshow__text-wrap--mobile {
    height: fit-content !important;
}
}
{% endstyle %}

 

 

DaisyVo_0-1739365641660.png

 

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

DaisyVo
Shopify Partner
4460 499 594

Hi @chrismurphy534 

 

Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
chrismurphy534
Tourist
9 0 3

Hi Daisy, Thanks for your response - this is the url - blondhairandbeauty.co.uk 

You will need to view on mobile to see the space I am referring to. Any thoughts would be greatly appreciated.

DaisyVo
Shopify Partner
4460 499 594

This is an accepted solution.

Hi @chrismurphy534 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}
@media screen and (max-width: 768px){
.slideshow__text-wrap.slideshow__text-wrap--mobile {
    height: fit-content !important;
}
}
{% endstyle %}

 

 

DaisyVo_0-1739365641660.png

 

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
chrismurphy534
Tourist
9 0 3

Thank you Daisy! Saved my day 🙂
Thanks again!