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


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/


Tony

  • Support Staff

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.

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