Widget Area sizing

I added an Eventbrite calendar to a widget area - but it appears in a skinny horizontal window.

I can’t figure out how to make the widget area bigger (vertically) so that the calendar is actually visible.

I selected a Header area widget and added it to a column on the page.
Thanks in advance!

Hi @Bethesda,

Thank you for writing in, please add this to your Widget Area element’s Element CSS

$el.x-bar-widget-area iframe {
	min-height: 100vh !important;
}

Hope it helps,
Cheers!

1 Like

Yes!! Thank you!

You’re welcome!
We’re glad @Friech were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.