Sidebar widget gets cut off

Hi there,
I have a quick question about the SNAPWIDGET plugin on the sidebar.
I added some boarders with this code:

#secondary .widget {
overflow: visible;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid;
border-color: #dfdfdf;
}

After doing that the SNAPWIDGET for Instagram has this really big gap afterwards (see screenshot attached). How do I change that?

I already tried this code:
/SIDE BAR GAP BETWEEN SIDEBAR WIDGETS/
iframe.snapwidget-widget {
height: auto !important;
}

But then it cuts the widget off (see second screenshot)

My website is http://www.primetimechaos.com/ .

Thank you!

Hi @primetimechaos,

I hope you are well today and thank you for your question.

You can try resolving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

iframe.snapwidget-widget {
    height: auto !important;
    min-height: 225px !important;
}

Best Regards,
Movin

That works perfectly!
Thanks for your quick help - I feel like I should send you some chocolate or flowers :wink:

You are always welcome here :slight_smile:

I like chocolate a lot :wink: