Instagram mobile - by jonathan - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Rose Tyler

  • Avatar: jonathan
    jonathan
    Participant
    July 2, 2021 at 16:06

    Hi! I need to change the number of images that displays on instagram mobile and i couldn’t do it. I create another module of instagram that displays only on mobile, the other displays only on desktop. The one in mobile is set to display only 2 images and it doesn’t show that

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2021 at 08:17

    Hello,

    Try to add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:

    .null-instagram-feed .instagram-pics.instagram-columns-3 li {
        width: 50%;
    }
    .null-instagram-feed .instagram-pics.instagram-columns-3 li {
        display: none;
    }
    .null-instagram-feed .instagram-pics.instagram-columns-3 li:first-child, .null-instagram-feed .instagram-pics.instagram-columns-3 li:nth-child(2) {
        display: inline-block;
    }

    > https://gyazo.com/9fbcca1613cd267098ad75ac2e820c3c

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.