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

    • Linking a File, Page, or Website to an Image

      To add an image to your site, please see our article on adding images to your site. Find the Image and Edit the Content Page or Text Widget For either way of adding a link, using the link tool or editing the image settings, first you must locate ...
    • Adding Testimonials to Your Website

      Here you find instructions for adding customer endorsements to your site as text. To ensure consistent formatting you can paste plain text. On Windows press: shift + control + v | On Mac press: shift + command + v Testimonials Page You can add ...
    • Optimizing Your Website for SEO

      Having a website that ranks well on search engines is crucial for visibility and attracting visitors. Fortunately, your website comes equipped with built-in SEO tools that allow you to configure essential meta tags, which include meta titles, ...
    • Adding Images to Your Website

      This article covers how to add images to your site and optimize images for mobile devices. Adding a Text Widget to a Page 1. Go to the Widget Manager Text Widgets allow you to add text and images to your site’s pages. From your Dashboard, go to ...
    • Adding Buttons to Your Website

      This article guides you through creating a custom button using an online design tool, uploading it to your website via a text widget, and linking it to a specific page. The result is a clickable button on your site that directs visitors to your ...