Support

Home Forums Event Espresso Premium how to remove side bar on page

how to remove side bar on page

Posted: January 28, 2020 at 4:34 pm

Viewing 1 reply thread


Ubiquitous Concepts

January 28, 2020 at 4:34 pm

Check out https://tmmfs.org/events/kickball-tournament-registration/ How do you remove from the Search and below on the right hand side…? We lust want the Envent Espresso stuff and not this section…Hope this make sense.

Thanks


Josh

  • Support Staff

January 30, 2020 at 9:11 am

Hi,

The sidebar is added by the Divi theme. You could hide the sidebar with some CSS or contact Elegant themes for support as they may have a better solution.

Example CSS for hiding Divi’s sidebars follow.

To hide Divi’s sidebars on all single posts:

.single .container:before, 
.single #sidebar {
display: none;
}

.single #left-area {
width: 100%;
}

To hide Divi’s sidebars only on single Event Espresso posts:

.single-espresso_events .container:before, 
.single-espresso_events #sidebar {
display: none;
}

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

The CSS can be added to your site’s Appearance > Customize > Additional CSS page.

Viewing 1 reply thread

The support post ‘how to remove side bar on page’ 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