Support

Home Forums Event Espresso Premium Events and Event Page Treated like Blog Post

Events and Event Page Treated like Blog Post

Posted: November 12, 2018 at 9:29 am

Viewing 4 reply threads


globaldisciples

November 12, 2018 at 9:29 am

So I can remover the widgets on the side by using:

.single-espresso_events #secondary.widget-area {
display: none;
}

.espresso-events #secondary.widget-area {
display: none;
}

but how can I make the event info full width? I don’t want it to look like a blog page. Thanks!


Josh

  • Support Staff

November 12, 2018 at 1:18 pm

Hi,

You can apply these styles to override what’s set by your WordPress theme:

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

.post-type-archive-espresso_events #primary {
width: 100%;
}

.single-espresso_events #secondary.widget-area,
.post-type-archive-espresso_events #secondary.widget-area {
display: none;
}


globaldisciples

November 12, 2018 at 1:22 pm

Thanks!


globaldisciples

November 12, 2018 at 1:45 pm

Nevermind – I deleted the code. On Firefox it blew something up… Thoughts? I could put it back in if you need to see it.


Josh

  • Support Staff

November 12, 2018 at 1:51 pm

Maybe you could contact the theme author for support with the theme. They’re in the best position to help out with layouts that are controlled by the theme.

Viewing 4 reply threads

The support post ‘Events and Event Page Treated like Blog Post’ 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