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

    (@craig-at-smash-balloon)

    Hey ecoughlin,

    It looks like the issue is that the sbi_photo elements are being set to inline by some CSS in your theme.You would need to change these to block level elements.

    Here is what you can do. Go to the Settings page, click on the “Customize” tab, scroll down to the “Custom CSS” section and paste this in:

    #sb_instagram .sbi_photo { display: block !important; }

    Let me know if you need more help with this!

    – Craig

    Thread Starter ecoughlin

    (@ecoughlin)

    Thanks so much, that worked perfectly! I don’t know how you do what you do but it’s amazing. Leaving a great review as soon as I finish here ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Loading Happening’ is closed to new replies.