Hi Richard,
Now all is looking fantastic.
One more thing that I will suggest regarding the ‘Our Calendar’ column of footer section. Currently it is looking too high, its due to the unwanted padding
To look it fine
Go to Appearance -> Editor -> style.css file
and at the end of file add below css code and click on update file button
.footer .chronosly-content-block {
padding: 0 !important;
}
.footer .pagination {
padding: 0 !important;
}
.footer .chronosly.ch-default.small {
margin: 5px 0 !important;
}
Please do this changes and let me know your feedback.
Regards
Grace Themes