You have an inline style in your custom CSS that’s setting the header element to a height of 150px:
/*Adjust the Header Block height.*/header { height: 150px;}
It looks like it’s intended to target a specific block, but it’s too broadly scoped, and is impacting *all* header elements. You’ll probably want to scope that more narrowly to what it’s expected to target.
You’ve also added a custom CSS for calendar articles:
/*Set my calendar header height*/.mc-main article{ height: 50px;}
You probably will be able to remove that once you’ve refined the first block of CSS. It’s also impacting your event single view.
How do I get rid of the vertical space between events shown on the grid view of my site’s calendar display. This also happens in the list view (Events Calendar – Early Ford V8 Club). (There also appears to be other display problems with list view that I don’t know how to fix!
I have tried everything suggested that I could find on the internet but to no avail.
Thank you for any assistance you can provide.
–Dean
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
You have an inline style in your custom CSS that’s setting the header element to a height of 150px:
/*Adjust the Header Block height.*/
header {
height: 150px;
}
It looks like it’s intended to target a specific block, but it’s too broadly scoped, and is impacting *all* header elements. You’ll probably want to scope that more narrowly to what it’s expected to target.
You’ve also added a custom CSS for calendar articles:
/*Set my calendar header height*/
.mc-main article{
height: 50px;
}
You probably will be able to remove that once you’ve refined the first block of CSS. It’s also impacting your event single view.
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Recurring Events Acting Strangely | -2 | 6 | 02-07-2026 |
| 2 | CS Forms Date picker width | 0 | 5 | 11-07-2026 |
| 3 | CS Forms Date picker width | 0 | 5 | 11-07-2026 |
| 4 | Reply To: Constant Contact Forms has experienced issues that may need addressed | 0 | 1 | 02-07-2026 |
| 5 | Waiting until scheduled time to retry because of errors | -2 | 5 | 02-07-2026 |
| 6 | Reply To: PayPal Checkout | 0 | 0 | 02-07-2026 |
| 7 | Reply To: WPS Hide Login Has Completely Broken My WordPress 7.0 | 2 | 3 | 02-07-2026 |
| 8 | Form Submission Thank You Doesn’t Appear on Popup | 0 | 5 | 02-07-2026 |
| 9 | Memberlite 7.1: Block-Based Header & Footer Variations | 5 | 7 | 03-07-2026 |
| 10 | No Longer blocking spam mails | -2 | 6 | 02-07-2026 |