Some of the fields in the wishlist is not coming in the mobile view

This topic has 3 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Catholicans

  • Avatar: Catholicans
    Catholicans
    Participant
    May 29, 2023 at 07:13

    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

    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 29, 2023 at 08:44

    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

    Avatar: Catholicans
    Catholicans
    Participant
    May 30, 2023 at 05:20

    This is working

    Thank you

  • Viewing 3 results - 1 through 3 (of 3 total)

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

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.