This topic has 3 replies, 3 voices, and was last updated 9 months ago ago by Andrew Mitchell
Hello, Wishlist page is not fully visible on mobile. The delete icon is not visible at all. What can I do?
Image: https://prnt.sc/PKiEPxir0rpI
Hello, Ramin,
Thank you for reaching out to us with your concern. We understand that the Wishlist page is not displaying correctly on mobile devices, and the delete icon is not visible. We apologize for any inconvenience this may have caused you.
Please ad the next code in Theme Options > Theme custom CSS > Mobile:
form.xstore-wishlist-form thead th:not(.xstore-wishlist-checkbox, .xstore-wishlist-product) {
display: none;
}
form.xstore-wishlist-form thead th.xstore-wishlist-checkbox {
padding-top: 10px;
padding-bottom: 10px;
}
tbody.xstore-wishlist-items td:not(.xstore-wishlist-checkbox, .xstore-wishlist-product) {
display: block;
padding: 5px 0;
}
form.xstore-wishlist-form td {
vertical-align: top;
}
tbody.xstore-wishlist-items td.xstore-wishlist-action {
text-align: start;
padding-bottom: 15px;
}
form.xstore-wishlist-form .xstore-wishlist-product {
display: flex;
padding: 10px 0 !important;
}
form.xstore-wishlist-form .form-actions>div>div {
flex-wrap: wrap;
}
form.xstore-wishlist-form .form-actions>div>div select {
margin: 10px 0;
}
form.xstore-wishlist-form .form-actions>div>div a {
flex: 1;
flex-basis: 100%;
}
.xstore-wishlist-action .button {
margin-left: 0;
}
table.xstore-wishlist-table {
margin-bottom: 0;
}
.xstore-wishlist-form .form-actions {
padding-top: 5px;
}
Kind Regards,
8theme team
Dear Ramin,
We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!
Click here to spread the love: https://themeforest.net/downloads
Thank you for being an integral part of our journey!
Best Regards,
The 8Theme Team
The issue related to '‘Wishlist page is not fully visible on mobile’' has been successfully resolved, and the topic is now closed for further responses