I would like the events to display without the sidebar so I’ve chosen the template to be Full Width. However, it doesn’t have any effect. Please see the events page here.
Event Espresso uses your site theme to output the events.
The event list is actually an archive of the EE posts, so is using your themes archive.php template file. You could copy your themes archive.php file, rename the copy to archive-espresso_events.php then remove the sidebar calls within that template file, they will look something like this:
get_sidebar( 'content' );
get_sidebar();
Or, you can use some CSS. The CSS you posted above is for a single event post, for example:
Thanks, Tony. I’ve used the CSS option and it works well.
Viewing 2 reply threads
The support post ‘Full Width Page Template’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.