Shopify themes, liquid, logos, and UX
Im having trouble removing the space under slideshow for mobile view. I have tried resizing image and nothing is helping.
Solved! Go to the solution
This is an accepted solution.
Hi @Prijay ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
@media screen and (max-width: 749px){
.banner--mobile-bottom:not(.banner--stacked) .banner__content{
display: none;
}
}
</style>
Best regards,
Anthony
Hi @Prijay ,
Could you please share your store URL, so that I can help you
Could you please provide password too? Thank you
Bianca23@
This is an accepted solution.
Hi @Prijay ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
@media screen and (max-width: 749px){
.banner--mobile-bottom:not(.banner--stacked) .banner__content{
display: none;
}
}
</style>
Best regards,
Anthony
thank you so much! it appear to be working!!
Hi, this worked for me too but it got ride of my button that was on the slideshow when i went into mobile mode. How can i get the button to appear in mobile mode too?
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024