Anonymous User
(@anonymized-1391468)
You can target CSS to the Go button:
.calendar-date-switcher input { line-height: normal; }
You can widen the year field with:
.calendar-date-switcher .entry-content select { width: 100px !important;}
Your right border is missing because it has been styled away with this in your custom CSS:
#content tr td:last-child, #content tr th:last-child {
border-right: none;
}
The events do not appear to have a valid event time entered. Are you sure it’s there? Can you attach a screenshot of the editor of one of the events?
Hi Bev
Thank you for the information. As you can see I have managed to put most bits into action.
http://bidefordaac.co.uk/spiffy
I think the button issue maybe to do with my theme style so will investigate where I can find this.
Unfortunately I can’t attached a screen shot on here that shows the events have times assigned to them, if you can provide an email address I will happily send to you but I can assure they do have valid dates.
A couple more questions – where do I add padding to more the event text and number for date away from left border of the cell?
Also can I align “Category key” so it aligns with the colour blocks below?
Many many thanks for all your help
Anonymous User
(@anonymized-1391468)
To align the category key, target your CSS to table with class “cat-key” or td with class “cat-key-cell”.
Add padding to the calendar cells by targeting td with class “day-with-date” and “day-without-date”.
I see you have a work around for the event times issue. I can only guess there is a conflict with something else that is preventing the time display.