• Resolved gogodancer

    (@gogodancer)


    Hello,

    I’ve been trying to remove the edge padding from my Instagram grid feed from Smash Balloon. I want the grid feed to aline with the rest of the content on my page without loosing the padding between the individual Instagram posts.

    Is there a way of taking out the padding from the left and right edge without it removing the padding between the individual posts?

    My site is https://www.thebeancreative.co.uk

    Many thanks

    A

Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey gogodancer,

    You could use some custom CSS. Try adding this to the “Customize” tab “Custom CSS” area:

    @media all and (min-width: 640px){
      #sb_instagram #sbi_images {
          padding: 0 !important;
      }
      #sb_instagram #sbi_images .sbi_item {
        padding: .5% 1% .5% 0 !important;
      }
      #sb_instagram #sbi_images .sbi_item:nth-child(7) {
        padding: .5% 0 !important;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Taking off the right and left edge padding on grid Instagram feed’ is closed to new replies.