• Resolved bjornhermans

    (@bjornhermans)


    I updated the plugin to the latest version, and now the Instagram thumbnails are shown in a tiny format.

    Before this update, they were shown in 3 columns (which has now changed to 4), and would use all of the width of their column.

    Is this a bug?
    (I mean: I can fix it by overriding the CSS, but an actual fix seems a better idea)

    An at least partial source ofr the problem seems to be that each the .sbi_item class is set to use 33% of its width, which explains why the images are now so small.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Smash Balloon Nigel

    (@nigelrsb)

    I apologize for the issue you faced with thumbnail images not displaying correctly after an update. This is likely due to CSS changes made in the plugin to conform with modern CSS standards. The changes may conflict with older themes that have not updated their CSS in a similar way. We recommend using custom CSS until your theme receives an update to address the issue, or until you switch to another theme. If you have issues with your current customizations, you can try the following CSS snippet:

    #sb_instagram #sbi_images { display: block !important; }

    I hope this helps! Please let me know if you have any questions.

    Regards ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.