Support

Home Forums Event Espresso Premium Individual Event Full Screen

Individual Event Full Screen

Posted: April 19, 2021 at 11:09 am


Ronald Garrison

April 19, 2021 at 11:09 am

I have an event I am creating and it will not display full screen I have set the template to Full Width Page, No Title and then found other support threads that said to add the css below. I have done that and still the page won’t display full width.

The page in question is: https://www.indianaroyalarchmasons.org/events/177th-annual-convocation/

/* Event List */
.post-type-archive-espresso_events #sidebar {
display: none;
}
.post-type-archive-espresso_events #content {
width: 100%;
}

/* Single Event */
.single-espresso_events #sidebar {
display: none;
}
.single-espresso_events #content {
width: 100%;
}


Tony

  • Support Staff

April 19, 2021 at 1:58 pm

Hi there,

Try this:

.single-espresso_events #primary {
  width: 100%;
}

The CSS is different depending on each sites specific theme, the above should fix it for you.


Ronald Garrison

April 20, 2021 at 3:12 am

Perfect

Thank you guys


Tony

  • Support Staff

April 20, 2021 at 4:55 am

You’re most welcome 🙂

The support post ‘Individual Event Full Screen’ 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