Support

Home Forums Event Espresso Premium Line Spacing on Calendar Events

Line Spacing on Calendar Events

Posted: March 22, 2014 at 9:03 pm


Barry

March 22, 2014 at 9:03 pm

I is there a way to reduce the line spacing between lines on the event as it shows on the calendar. Here is a link to my registration page. My preference would be to add some code in my custom css
I am using WP 3.7.1, EE3.1.36.4P


Lorenzo Orlando Caum

  • Support Staff

March 23, 2014 at 11:56 am

Hi Sandy,

The following CSS is handling most of the styling for the events that are shown on your calendar:

#espresso_calendar .fc-event-title {
display: block;
padding: 6px 4px 4px;
font-size: 14px;
}

You can adjust the padding (use smaller values) and/or use a smaller font size. Then just add this updated CSS to a plugin like my custom css.


Lorenzo


Barry

March 24, 2014 at 7:45 am

That worked for the event title. However, the time of the event still displays fairly large. How can I change that portion. Here is a link to my registration page.


Tony

  • Support Staff

March 24, 2014 at 8:00 am

Hi Sandy,

You could use something like:

#espresso_calendar .time-display-block {
font-size: 12px;
}

Alter the font size to whichever size/unit you prefer.

Hope that helps.


Barry

March 24, 2014 at 12:25 pm

That worked! Thanks for your help.

The support post ‘Line Spacing on Calendar Events’ 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