Align modern events calendar

hey there,
I’d like to align the calendar to the content of the column on the right.
furthermore, I could not remove the border above “noch kein eintrag”.
thanks for your help!

Hi @zerotoone.de,

Thank you for writing in, please add this to the Element CSS area of the Content Area Element where you added the calendar shortcode.

$el.x-bar-content-area {
	margin-top: -75px;
}

Regarding the border above the “noch kein eintrag”, please add this to the Page > CSS area.

.mec-calendar .mec-event-article {
	border-top: 0;
}

Hope it helps,
Cheers!

1 Like

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