This topic has 3 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Catholicans
Hello,
Inside the wishlist page we are showing the product name, price, Quantity, stock status and add to cart button. It is coming fine in desktop but when coming to mobile product name and price is only showing other fields are missing including the add to cart button. How can I solve this issue
Mobile view screenshot : https://snipboard.io/KBgIph.jpg
Desktop view screenshot : https://snipboard.io/03cRZE.jpg
Hello Catholicans,
Thank you for contacting us and for using XStore.
By default on mobile, we hide a few elements to prevent too long table but if you need to show then you can use the next custom CSS as below:
@media only screen and (max-width: 992px) {
.xstore-wishlist-table th.mob-hide,
.xstore-wishlist-table td.mob-hide {
display: table-cell;
}
form.xstore-wishlist-form {
overflow: auto;
overflow-y: hidden;
}
}
Kind Regards,
8theme team
This is working
Thank you
Tagged: mobile view, themes, wishlist, woocommerce, wordpress
The issue related to '‘Some of the fields in the wishlist is not coming in the mobile view’' has been successfully resolved, and the topic is now closed for further responses