Wishlist mobil single-column
-
Hi,
The wishlist page in Woodmart is displayed in two columns on mobile, but I would like it to appear in a single-column layout. How can I achieve this?
regards,Frank
Hello,
You can configure the Wishlist in the Theme Settings > Product Archives > Product grid. You need to use Theme presets to set it for the Wishlist only: https://xtemos.com/docs-topic/theme-settings-presets/
Like this: https://ibb.co/y8cbpzf
Best Regards,
Hi,
this is not working. What can I do?
Regards
Frank
Hi,
I send the login
Regards
Frank
Hello,
Try to add the following custom CSS in theme settings and check it.
.wd-wishlist-content .wd-products {
--wd-col-sm: 1 !important;
}
Best Regards,