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 topic ‘Some of the fields in the wishlist is not coming in the mobile view’ is closed to new replies.
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.