Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1405500

    Hi,

    I want to show my products side by side in mobile view like company:

    How can I do this?

    This is the website I’m building:

    https://www.rosevel.ie/shop/

    Thanks,

    Harvinder

    #1405570

    Hi Harvinder,

    The example site doesn’t seem to display products next to each other on mobile, could you post a screenshot highlighting what you would like to achieve please?

    Best regards,
    Rikard

    #1405847

    Hi,

    I would like it to be like this:

    https://postimg.cc/k6D6k4cq

    It appears that the break point is 480px. I want it to stay so that it shows the products side by side.

    Thanks,

    Harvinder

    #1405962

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 479px) { 
    .responsive #top #wrap_all #main .products .product {
        margin: 0 1% 1% 0;
        width: 49%;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.