Hi,
Hi, how can i hide the the sidebar on the sigle page?
The page is generated by a listing plugin, so i can’t hide it in the wordpress backend with sidebar options.
Thank you for helping
Hey Stefan,
Please link to your page so we can review. We may be able to hide it on all pages created the same way, with the plugin if you wish, or on one specific page.
Best regards,
Mike
Hi,
in private contet is the link to my demo site
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.single-acadp_listings .sidebar {
display: none;
}
.single-acadp_listings .container .av-content-small.units {
width: 100%;
border-color: transparent;
}
Best regards,
Rikard