Hi
I managed it via functions.php to make the sidebar not displayed anymore. But I want the full width of the page; the not-displayed-sidebar takes 28% of the width of the page.
Hans
Hi @vanbrel ,
Thank you for reaching out.
I’m glad to hear you were able to sort out the sidebar issue.
As for getting the full width of the page, kindly try appending the following custom CSS to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS), and see if this works for you.
.single-tribe_events main#main aside#right-sidebar {
width: 0 !important;
padding: unset !important;
}
.single-tribe_events main#main div#primary {
width: 100% !important;
padding: unset !important;
}
@media screen and (min-width: 768px) {
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
width: 100% !important;
}
}
Plugin Support
Darian
(@d0153)
Hi @vanbrel
It appears that we haven’t heard back from you in a while, so I’ll assume that the matter has been resolved. If you need any more help, feel free to start a new thread and we’ll be happy to assist you.