Support

Home Forums Events Calendar Add-on Width on Saturday column

Width on Saturday column

Posted: June 4, 2018 at 4:32 pm


jasonpodom

June 4, 2018 at 4:32 pm

It was pointed out to me that the width of the Saturday column is far more narrow than the other dates. Is there a way to fix this? The specific link is https://www.woodandwinedesign.com/classes/. Any help is greatly appreciated!


Josh

  • Support Staff

June 4, 2018 at 10:19 pm

Hi Jason,

I checked the site and inside the custom stylesheet (about in the middle of the stylesheet), just after this:

div.spco-ticket-info-dv.small-text h5 {
 padding-left:10px
}

there’s this:

thead tr th {
 width:100px
}

That’s setting the calendar’s table headings to 100px and resulting in an inconsistent width of the Saturday column.

You can either remove the above style, make it more specific so it only targets the table you intended it to, or add this to override it for the calendar:

#espresso_calendar thead tr th {
 width:auto !important;
}


jasonpodom

June 5, 2018 at 6:02 am

Awesome, this worked perfectly. Thank you Josh!

The support post ‘Width on Saturday column’ 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