Hello,
I have been trying for days to get a different size image on sldieshow for mobile and desktop, I have implemented one that seems to be working however there’s now a huge gap above it on the homepage.
When I web inspect it it says this:
#flexslider–165665430094715824 .slides
padding-top: 56.25%;
I obviously need to remove this 56.25% as when I un-tick it in web inspector it goes.. but I cannot find it in any of the sections to remove when I search for it??
Please can someone help
Preview of the test site is here:
https://m8npijvo7n53lq5z-53389099201.shopifypreview.com
@AngelCompany1 ,
ul.slides.supports-js {
padding: 0 !important;
}
main#MainContent {
padding: 0;
}
.index-section.slideshow-section {
padding: 0;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
1 Like
OMG thanks so much!!!
The only thing is the CTA “shop new in” is in a massive block below the banner instead of being on the banner which is so weird!!!
I would rather the slideshow just be clickable than this huge massive CTA button below, would you know how to do this? I don’t know why its below the banner its so weird