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
Calendar width of Saturday very wide | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Calendar width of Saturday very wide

Calendar width of Saturday very wide

Posted: January 14, 2014 at 1:38 pm

Viewing 3 reply threads


aiact

January 14, 2014 at 1:38 pm

Somehow the width of my Saturday column has gotten extremely wide and the other days very narrow. Any thoughts?


aiact

January 14, 2014 at 1:39 pm

http://aiact.org/7-calendar/


Anonymous

January 14, 2014 at 1:51 pm

Hi aiact,

This is caused by this rule

.ui-widget-header {
background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
border: 1px solid #AAAAAA;
color: #222222;
font-weight: bold;
width: 400px;
}

within your themes .css file. the width: 400px; rule forces any element with a class of ui-widget-header to be 400px wide. You can either remove the above from your themes .css file or override the rule with

#espresso_calendar .ui-widget-header {
width: auto;
}

Using a plugin such as My Custom CSS


aiact

January 14, 2014 at 1:55 pm

Thanks Tony.

Viewing 3 reply threads

The support post ‘Calendar width of Saturday very wide’ 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