Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Line Spacing on Calendar Events | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Line Spacing on Calendar Events

Line Spacing on Calendar Events

Posted: March 22, 2014 at 9:03 pm

Viewing 4 reply threads


Sandy ONeal

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


Sandy ONeal

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.


Anonymous

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.


Sandy ONeal

March 24, 2014 at 12:25 pm

That worked! Thanks for your help.

Viewing 4 reply threads

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 - Staging Server