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
Hello everyone,i use impulse theme and the slideshow on mobile device looks small and not so good.I want to be more bigger and to look good
Hi @VisarK
let try to add this custom css:
@media screen and (max-width: 767px) {
.hero-natural--1524769873765{
padding-bottom: 80%;
}
}
Hello @BiDeal-Discount,i need more to be bigger, i tried it looks a little better then it was but still needs to be bigger
You can increase the percentage to see it more bigger, example
padding-bottom: 100%;
I have done but the image dont show good the product are hiding little bit,just the width of image how to be more bigger in vertical line
Let try this:
@media screen and (max-width: 1000px) {
#shopify-section-1524769873765 .hero-natural--1524769873765 {
padding-bottom: 80%;
height: 500px;
}
}
my code suggestion is not working?
It works the code but the the image is hidding the product with 500px height so i decrease at 300px.