Handle Massive Addon Grid Product responsivity

This topic has 6 replies, 2 voices, and was last updated 6 months, 4 weeks ago ago by Rose Tyler

  • Avatar: BoltKun
    BoltKun
    Participant
    October 8, 2023 at 19:14

    Hello, I would like to handle Massive Addon Plugin’s Grid Product responsivity.

    On desktop, I can chose the amount of column I want for my grid but it get reduced to 1 when showing on a phone.
    Is there a way to change that without CSS since the plugin uses absolute positions that make it harder to handle easily.

    Thank you

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 9, 2023 at 12:13

    Hello, BoltKun,

    Thank you for contacting us and for using XStore.

    Could you provide temporary wp-admin access? We need to check the settings on your site.
    To provide wp-admin access, you can create a new user account with administrator role via the Dashboard, and provide us with the username and password via the Private Content area.

    Kind Regards,
    8theme team

    Avatar: BoltKun
    BoltKun
    Participant
    October 9, 2023 at 12:35

    Hello, here are the infos

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 9, 2023 at 14:29

    Hello, BoltKun,

    We appreciate your prompt response.

    We would recommend you use our Products element https://prnt.sc/GlB6hz3Z44f6
    and the next custom CSS code https://prnt.sc/yCplzIZVUhrr :

    @media only screen and (max-width: 480px) {
        .row-count-4 .product:nth-child(2n+1) {
            clear: none !important;
        }
        .row-count-4 .product {
            width: 50%;
        }
    }

    Kind Regards,
    8theme team

    Avatar: BoltKun
    BoltKun
    Participant
    October 12, 2023 at 09:57

    Hello, thank you for your answer, it works as intended. I have another question about this new grid element. Im ordering items by Menu order which allow me to change the order by changing the menu ortder on each item. This works perfectly fine on desktop but for some reason, it does not have the same order on phone and I cant find any configuration about this. Could you please help me ? Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 12, 2023 at 12:17

    Hello, BoltKun,

    The order of products for desktop and mobile can’t be different.

    Kind Regards,
    8theme team

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

You must be logged in to reply to this topic.Log in/Sign up

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