Wishlist layout on mobile
-
Hi, I’ve set up a wishlist but for some reason it doesn’t respond to changes in the archive settings. I’m changing both the style and adding a new preset, but no matter what I try, nothing changes. I want it to display in 1 column on mobile, but it stubbornly stays at 2.
and i want to have 2 columns on ipads but it stays on 3 :(((
Hello,
I have checked your site, and you have only one product on your sit,e so I am unable to check it on your site.
But the Wishlist grid inherits the settings configured in the Theme Settings > Product Archive > Product grid.
Best Regards,
you can just duplicate product so i did it, you can check now 🙂
Hello,
Sorry to say your site is not working: https://postimg.cc/SXYV1RFZ
Please check on your end and give me the access so I can further check on your site and give you a possible solution.
Best Regards,
I see that everything works, so probably my hosting had some problems in the morning. Website pass were provided in the beginning
Hello,
Sorry to say it is not working. https://postimg.cc/21nyXKNv
Best Regards,
it’s strange because everything works fine and i checked on multiple devices.
Hello,
Try to add the following custom CSS in theme settings -> Global custom CSS.
@media (max-width: 576px) {
.wd-wishlist-content [class*="wd-grid"] {
--wd-col-xs: 1;
}
}
Best Regards,
ohh it works! thank you so so much 🙂