• Resolved caleidoscopic

    (@caleidoscopic)


    Hi!

    I tried this code to make the Instagram widget responsive but it doesn’t seem to work

    Thanks

    @media(max-width:768px) {
        .ep-instagram-feed .ep-instagram-image:nth-of-type(1), .ep-instagram-feed .ep-instagram-image:nth-of-type(2) {
            display:block;
            float:left;
            width:50%;
            flex:none;
        }
        .ep-instagram-feed .ep-instagram-image:nth-of-type(3), .ep-instagram-feed .ep-instagram-image:nth-of-type(4) {
            display:block;
            float:left;
            flex:none;
            width:50%;
        }
    }

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,
    I cannot see the code anywhere, Can you place it before any other custom css you might have?

    Thread Starter caleidoscopic

    (@caleidoscopic)

    Sorry
    I have put the code with the Simple CSS plugin but it doesn’t work

    With the “additional css” tool in WordPress customizer it seems to be working! I don’t know why

    Thread Starter caleidoscopic

    (@caleidoscopic)

    thank you for the code

    I put it in the child theme and tried 33.3% to show the 6 images.

    Everything is perfect!

    Plugin Support Fotis

    (@markwaregr)

    Glad I could help!
    I’d like to ask you, if you like the plugin and could take a minute to review it here it would help us a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Instagram Plus responsive’ is closed to new replies.