Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hey, I am having a hard time getting my slideshow images to look similar on desktop and mobile version. I am using the 'Simple' Theme. any suggestions?
Hi @bphillips2212 , kindly share the url, so i can provide you the appropriate solution
Hello i have the same problem.
I would like to add different photo for the mobile phones and different for desktop.My site is ewoodcollection.com.
Can you suggest me a solution please?
Hi @fotiskaima , in order to show the the different photos for mobile and desktop version, you need to create the separate slideshow for mobile and desktop as well. And just you need to hide the mobile slideshow in desktop view and same goes for the desktop slideshow hide in mobile view.
I hope it helps you out, if you still face problem, do let me know, will assist you 🙂
This is the code that i added in order not to display the second slideshow in desktop
@media (min-width:991px) {
#slideshow-1 {
display: none!important;
}}
But it does not work
store password?
Try like this
@media screen and (min-width: 701px) {
#div-mobile {
display: none;
}
#div-desktop {
display: block;
}
}
@Ajay_kumar_dev that did not resolve the problem. Is it possible to guide me on how to add a section for each mobile and desktop slideshows that works for my theme (Simple theme).
As i can see, it's needed to code as per your theme because universal solution is not working for you. So i need to look into your code and make the requirement for you which will surely take a bit time
User | RANK |
---|---|
114 | |
89 | |
69 | |
68 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022