Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1130496

    Hi there,

    I have an Instagram widget on a color section, what would be the ccs code to increase the gaps between the pictures?

    Also, I noticed that some of the pics are slightly smaller than others (only by 1-2px)

    Thank You,

    #1130535

    Hey skynandi,

    Please post a link to where we can see the elements in question.

    Best regards,
    Rikard

    #1130628
    This reply has been marked as private.
    #1130716

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .av-instagram-item {
        padding: 10px;
    }

    Best regards,
    Rikard

    #1131000

    Hi Rikard,

    Thanks for the code, it’s working, but now the mismatch in size of the pictures is even more apparent.

    Can you take a look please,

    #1131212

    Hi,

    I’m not sure what you mean by that? They are all the same size on my end using Chrome.

    Best regards,
    Rikard

    #1131340
    This reply has been marked as private.
    #1131365

    Hey,

    Please try adding !important rule to the code as following

    .av-instagram-item {
        padding: 15px !important;
    }

    Best regards,
    Yigit

    #1131369

    Ok, that works. Thank you very much.

    #1131375

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Instagram Widget Spacing’ is closed to new replies.