Tagged: right sidebar
Hi,
How can I hide a right sidebar with widgets for a specific page, particular this one https://lexicom.courses/events/lexicom-2019-mikulov/ ? Unfortunately, the page does not have common options in the administration where I could turn off the sidebar for this page. So I guess the only way is via functions.php.
Thank you.
Hey mjakubicek,
You would need a plugin, for example one called ” Advanced Widgets ” so you can select what will be visible where.
let us know if that would help at all.
Best regards,
Basilis
Hi Basilis,
thanks for your suggestion, unfortunately, this plugin is 4-year old (https://wordpress.org/plugins/advanced-widgets/) I do not want to risk that this plugin causes some other problem which we explore later. Any other tips?
Thank you.
Hi mjakubicek,
Well, we can help you hide it:
#top.postid-670 #main .sidebar {
display: none;
}
#top.postid-670 .container .av-content-small.units {
width: 100%;
border-right: none;
}
Let us knew if this works for you.
Best regards,
Victoria