• Resolved katalin89

    (@katalin89)


    Hi! My Instagram pictures are “stuck” together, but I would like to add a little space, gap (padding) between them. Can you tell me please, how can I do this?
    Thank you!

    • This topic was modified 6 years, 10 months ago by katalin89.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Scott (@scottsweb)

    (@scottsweb)

    You will need to add some custom CSS. Try something like:

    #instagram-footer .instagram-pics li {
        width: 12%;
        padding: 0.25%;
    }

    OR

    #instagram-footer .instagram-pics li a img {
        display: block;
        padding: 5px;
    }
    Thread Starter katalin89

    (@katalin89)

    Thank you, Scott! The first code is just working perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Padding around the images?’ is closed to new replies.