Hi, is there a way to remove sidebar in this page?
In this page I use a plugin for directory.
thank’s
Hey soniavoice,
Which page are you referring to? Can you please be more specific.
Best regards,
Victoria
Oh my God sorry, this is the page: https://easyzanzibar.com/directory/papaya/
Hi soniavoice,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.single-at_biz_dir #main aside {
display: none;
}
#top.single-at_biz_dir .container .av-content-small.units {
width: 100%;
border: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank’s but using this code it removes sidebar from all directory pages, not only for that page or category.