Support

Home Forums Event Espresso Premium Move things around with Calendar View

Move things around with Calendar View

Posted: August 13, 2019 at 2:30 pm


islandartparty

August 13, 2019 at 2:30 pm

Is it possible to move the time above the title in the calendar view? Or even the image above everything?

Currently it looks like this: https://ibb.co/wBVCwLs
Ultimately I want it to look like this: https://ibb.co/K0q57sP
But at the very least I need to do this: https://ibb.co/85zC7kk

Can someone please help me make this happen?


Josh

  • Support Staff

August 13, 2019 at 3:52 pm

Hi,

You can add the following CSS to change the display order of those items:

.fc-event-inner {
display: grid;
}
.fc-event-title {
grid-row: 3;
}
.time-display-block {
grid-row: 2;
}
.thumb-wrap {
.grid-row: 1;
}

If you’re unsure where to place the CSS, a good place is your site’s Appearance > Customize > Additional CSS page.

The support post ‘Move things around with Calendar View’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso