Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1441109

    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

    #1441183

    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

    #1441231

    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

    #1441261

    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

    #1441269

    Thank you – needed both lots of CSS to make it work for both desktop and mobile :-)

    #1441282

    Hi,

    Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove large gap at top of page – Events Calendar page’ is closed to new replies.