Hello @ouss1984,
1. Please try to use WooSidebars plugin:
https://ww.wp.xz.cn/plugins/woosidebars/
2. Please try to use Unique Headers plugin:
https://ww.wp.xz.cn/plugins/unique-headers/
Kind Regards, Roman.
Hello Roman, thank you for the quick answer.
For the second point, it’s perfect, it works very well.
For the first point, it’s not really what I’m looking for. This plugin allows me to add some other sidebars. But, actually, I just want to remove the current sidebar (in the right side of the pages).
Hello @ouss1984,
Can you please provide some explanatory screenshots?
You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).
Kind Regards, Roman.
Hello @romanbon,
Sorry for the delay.
Here is a screenshot of what I want on every page of the website : http://i.imgur.com/zvFxRm9.jpg
This is the example for this page : http://www.marina-naturopathe.com/naturopathie/
I just want to remove the sidebar on the right so as the content is full width.
Thank you.
Hello @ouss1984,
You can try to use the following CSS code in order to make the content area full width and hide (not remove) the sidebar.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS (WordPress 4.7 and up).
#primary {
width: 100%;
}
#secondary {
display: none;
}
Kind Regards, Roman.
Thank you Roman, it’s working as expected !
Great! You are welcome @ouss1984! 🙂
Kind Regards, Roman.