Hi there
i have an events calendar page using the plugin “Events Calendar” and there is a large gap at the top of the page that I dont want – how can I remove that?
https://dowsingaustralia.com.au/whats-on/
The gap straight under the main menu and above the header “What’s on at NSW Dowsers Society”
Cheers
Natasha
Hey xfacta,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
padding-top: 0;
}
Best regards,
Mike
Hey Mike
thank you that worked on desktop but not on mobile – is there a different code for mobile that I can use?
Cheers
Natasha
Hi,
Thank you for the update.
We modified the css code a bit. Please try it again:
.tribe-events .tribe-events-l-container {
padding-top: 0;
}
Best regards,
Ismael
Thank you – needed both lots of CSS to make it work for both desktop and mobile :-)