How do I make the grid display 4 products instead of 5 on mobile?

This topic has 6 replies, 3 voices, and was last updated 8 hours, 54 minutes ago ago by Goostaf

  • Avatar: Goostaf
    Goostaf
    Participant
    September 18, 2024 at 09:52

    Hello, we are doing a grid display of 5 in a row and a load more button, can we make it so that on mobile it initially displays 4 products only to make it look nice

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 18, 2024 at 12:45

    Hello, Goostaf,

    Thank you for reaching out to us with your request.

    There is no such option, unfortunately.

    Best Regards,
    8Theme’s Team

    Avatar: Goostaf
    Goostaf
    Participant
    September 18, 2024 at 12:47

    I remember exactly that you had a theme with a solution for me, I can’t find it, there was a css code that hid the fifth product on a mobile device just

    Avatar: Goostaf
    Goostaf
    Participant
    September 18, 2024 at 13:08

    there was a style that hid 1 product on the mobile and only 4 were shown

    Avatar: Justin
    Luca Rossi
    Support staff
    September 18, 2024 at 17:17

    Hi @Goostaf,

    Can you try with this custom CSS codes?

    .etheme_products .products-loop > div:nth-child(5n+1) {
        display: none;
    }

    Hope it helps!

    Avatar: Goostaf
    Goostaf
    Participant
    September 18, 2024 at 17:24

    Yes, what is needed, the question is, is it possible to make 6 displayed on the mobile through the code as well? On PC 5, on mobile 6

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

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

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.