Removing the Sidebar from Content Pages

Removing the Sidebar from Content Pages


All content pages on your website come with a sidebar on the right, featuring handy widgets such as "Have Questions?" and "Find Your Perfect Property." While these elements provide quick access to useful tools, you might prefer a cleaner look without the sidebar.


Removing the Sidebar from All Content Pages

  1. Log in to your website Dashboard.
  2. Navigate to: Appearance > Advanced Theming > Custom CSS.
  3. Add the following code to the Custom CSS field:
body.inner #wsidebar_right {
    display: none;
}
.inner .wrapper.contentarea {
      width: 90%;
}
.inner .maincontent {
    width: 100%;
}
This will hide the sidebar across all pages, giving your content more room to breathe.

Removing the Sidebar from Select Pages

You can also selectively hide the sidebar by adding a Video Widget to specific content pages. In the widget, paste the same code above, and it will apply only to that page. This gives you flexibility to choose where the sidebar appears.

After applying either method, your content should update instantly!
NOTE: If you see other code already present in the Custom CSS section, do not delete or modify it. Simply scroll to the bottom of the field and make sure to paste the new code on a separate line. This will ensure that existing styles remain unaffected.

    • Related Articles

    • Creating Custom Search Links

      A great way to give your visitors quick access to specific listing searches is by creating custom search links for your website. Whether you're highlighting properties in a undefined area or showing homes within a certain price range, custom search ...