This topic has 3 replies, 3 voices, and was last updated 46 minutes ago ago by Andrew Mitchell
Some units disappear in the mobile view of the wishlist page. In the desktop view there are product, price, stock and action titles, but in the mobile view only product and action titles appear. What can I do?
Hello,
Thank you for reaching out to us.
Custom CSS code can be used:
@media only screen and (max-width: 992px) {
.xstore-wishlist-table .mob-hide {
display: table-cell;
}
form.xstore-wishlist-form {
overflow-x: scroll;
white-space:nowrap;
}
}
Best Regards,
8Theme’s Team
Dear Tugba,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Some units disappear in the mobile view of the wishlist page.’' has been successfully resolved, and the topic is now closed for further responses