Support

Home Forums Event Espresso Premium Divi theme

Divi theme

Posted: November 8, 2022 at 1:12 pm


eberly

November 8, 2022 at 1:12 pm

On the event list page, I am having trouble with the event posts going up behind the header. This is a custom transparent header. I would normally edit the page content to pad this down, but you cannot edit this page. can you point me in the right place to fix this? https://experiencechristmaslbk.com/events/


Tony

  • Support Staff

November 9, 2022 at 5:36 am

Hi there,

It looks like the site is in maintenance mode so I can’t view the above currently.

Can you either disable maintenance mode, or send temp login details I can use to view the page?

If sending login creds, you can use this form:

https://eventespresso.com/send-login-details/


Tony

  • Support Staff

November 9, 2022 at 8:54 am

Fo the events output is an archive and it uses the themes archive.php template file sot output the details rather than a specific page (which is why you can’t edit the content through the admin).

I can give you some CSS that will adding some height to the header on that specific output if that will help?

.post-type-archive-espresso_events .et-l--header {
    height: 500px;
}

Just change the value to whatever you prefer and add the above to Appearance -> Customize -> Additional CSS and it should fix it.


eberly

November 9, 2022 at 9:12 am

I did not event think about that. You are amazing!! Thank you so much.


eberly

November 9, 2022 at 9:20 am

Well, that fixed the event list page. I cannot find the right place in the code for the individual event pages https://experiencechristmaslbk.com/events/experience-christmas/


Tony

  • Support Staff

November 9, 2022 at 9:24 am

Just change the above to use:

.single-espresso_events .et-l--header,
.post-type-archive-espresso_events .et-l--header {
    height: 500px;
}

To apply to both the archive and single post ๐Ÿ™‚


eberly

November 9, 2022 at 9:40 am

Perfect! that did it. thank you!!


Tony

  • Support Staff

November 9, 2022 at 9:47 am

You’re most welcome ๐Ÿ™‚

The support post ‘Divi theme’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso