Support

Home Forums Event Espresso Premium Events description crashing into footer?

Events description crashing into footer?

Posted: June 14, 2016 at 2:01 am


Clear Light Centre

June 14, 2016 at 2:01 am

Hey,

I am having a problem on my site with events with a lot of content overlapping with the footer. This doesn’t happen to other pages, so i assume its something to do with Event Espresso any suggestions on how i fix this?

http://meditateincopenhagen.org/2016/events/heart-jewel-lamrim-meditation/


Tony

  • Support Staff

June 14, 2016 at 3:54 am

Hi there,

This is happening because of some styling within your theme – http://take.ms/Vh1Dk

Without that float – http://take.ms/iaKAF

.event-content {
    float: left;
    width: 70%;
}

Is that some custom styling you have added intended for a different page? If so it is currently to general. It applies to all elements and any page with a class of ‘event-content’.

You can override it for that specific page using:

.single-event-details .event-content {
    float: none;
}

However you may want to change the original styling to only target the specific output you needed it for.


Clear Light Centre

June 15, 2016 at 12:33 am

Thanks and yes that needs reviewing. Ill add it to my to-do list.

The support post ‘Events description crashing into footer?’ 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