Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi
need help to fill the slides to the slideshow without blank box (my website is dearielingerie.com)
Hi @Ming7296 , This is Richard from PageFly - Landing page builder.
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
@media screen and (max-width: 767px){
section#shopify-section-template--16549616943357__3cec5868-c782-473a-b48b-2ffcd9294648 {
padding: 0;
}
section#shopify-section-template--16549616943357__b7ccb4f8-8c4f-41d8-94b8-aa04d4aa279f {
padding: 0;
}
}
</style>
I hope it would help you Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Thanks for your solution but it only works on mobile layout but no desktop layout
I have checked your website and can see you have found the correct solution ?.
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.