Hi there,
I’ve installed an external plugin called Event Manager.
http://growmybiz-canterbury.com/events/
Please can you let me know how to make the space in the table reduce in size? I’ve tried using the settings within the plugin but nothing seems to work. I’ve looked at examples of the plugin on other templates and the table doesn’t normally display with so much white space within the cells.
If you can help me, I’d be most grateful.
Thanks,
Krissie
Hi Krissie!
Please add following code to Quick CSS
.events-table td {
vertical-align: middle !important;
}
Best regards,
Yigit
Hi Yigit!
You’re a genius! Thank you so much.