• Resolved 12sp

    (@sp12)


    The latest update changed the 2 column, 2 row look in the widget to 3 columns, 2 rows. So, I used the [instagram-feed cols=2] but no change. I cleared the site cache, still no change.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author smashballoon

    (@smashballoon)

    @sp12 – would it be possible to provide a link to the page where you’re displaying the feed so we can take a look first hand?

    Apologies for any inconvenience!

    John

    Thread Starter 12sp

    (@sp12)

    Oh sorry! I always forget that bit.
    https://www.iamhrsinclair.com/

    Thank you.

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey 12sp,

    Thanks for the link! It looks like there is a bit of CSS in your theme’s styles.css file that is forcing a 3 column layout for this widget:

    .ashe-widget #sb_instagram #sbi_images .sbi_item {
      width: 33.3% !important;
      padding-top: 0 !important;
      padding-bottom: 5px !important;
      padding-right: 2.5px !important;
      padding-left: 2.5px !important;
    }

    You can try removing it or you can force a 2 column feed by adding this to the “Custom CSS” area on the “Customize” tab:

    body .ashe-widget #sb_instagram #sbi_images .sbi_item {
      width: 50% !important;
    }

    Let us know if you have more questions!

    – Craig

    Thread Starter 12sp

    (@sp12)

    Thanks! The second one worked perfectly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Columns stay fixed at 3’ is closed to new replies.