M.E. Calendar - adding space above the events listing

I want to add some space below the header and above the M.E. Calendar list view, at the moment it’s going under the header (see screenshot) - please can you let me know the css.

Also, how do I amend the heading ‘Events’ (to centre it and make it a different colour) please can you dvise.

Thank you

Hello @organichild,

Thanks for writing to us.

I would suggest you add this custom CSS code under Theme Option—>CSS to move the Event title down from the Header and style it.

.post-type-archive-mec-events h1 {
margin-top: 3em;
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

Please feel free to change the Margin-top value as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thank you very much, that’s great.

You’re welcome, @organichild

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.