• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Modern Events Calendar Issue

pizat2

Active member
Dec 19, 2019
187
78
28
I need a little help! I'm using conferpress theme and Modern Events Calendar plugin. The single events pages seem to have the main website header cutting off the top of the events page content and i can't seem to figure out how to fix it. I'm assuming I need to add CSS somewhere to add padding but don't know how to accomplish that. Any help would be great.

Firefox_Screenshot_2020-11-09T21-14-56.057Z.png
 
I think it is themes problem. Try to contact them regarding using that plugins
 
It's difficult to say without a link to the actual website. When looking at the example of Conferpress, it seems to have a transparent header background and as they use big headers on all of their pages and events, that works. However, you don't have such a header and thus the result is as in your screenshot. The transparent header is probably a setting in either 'Theme Settings' or 'Customizer'.

If you'd like to keep that transparent look on other pages but not on the individual events pages, you can add the following custom CSS:

CSS:
body.single-mec-events .wrap-nav {
    position: relative;
    margin-bottom: 30px;
    background: #000;
}

The background color is of course up to you, I chose black (#000) here.

Hope this helps.
 
Last edited:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock