If you scroll down to the bottom of this page http://bmc-client.co.uk/tppmain/course-intro/ I have put in a calendar. However for some reason the weekend is very wide. I have put in an event on a weekend but it seems to have pushed the column MUCH wider than the rest and skewed all the other columns and the top rows also aren’t right. Is there a way of standardising the columns? They all need to be the same width irrespective of whether there is an event or not.
You can see the theme is applying styles to all ‘last-child’ elements using *:last-child
If I disable that within Chrome Dev Tools, you’ll notice the calendar spacing is correct: http://take.ms/o6eXH
That selector is very ‘loose’ and will likely target multiple elements you don’t actually want it to. To fix if for the Event Espresso calendar we can override it using something like:
However because the theme is using * selectors, you’ll notice the last child of the category legend and the last dropdown selector (above the calendar) are also 100% wide.
The support post ‘Standardising column width in calendar’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.