1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved remove divi sidebar on the category page

Discussion in 'Free Divi Community Forum' started by Annie R, May 21, 2024.

  1. Annie R

    Annie R New Member

    Hi, I am sure this has been asked a million times before, my apologies for asking the million and 1th time!!

    How do you move the sidebar on the divi theme. I am not talking about individual pages, that's easy but how do I turn off the side bar in the divi theme options?

    Under Divi, Theme Options, Sidebar Layout I only have the option of right or left sidebar, not of fullpage.

    I want full page - where do I do this?

    link to one of the pages showing the sidebar. https://walg.org/category/roll-of-honour/
     
    1. PRO MEMBER PERKS Divi Cart Count Plugin - Easily add cart count to your Divi cart icon. 6 different styles to choose from:Learn More
  2. Annie R

    Annie R New Member

    I am sorry - I found the css which works well, thank you @DavidGraham for asking the question before me!

    #sidebar {
    display: none !important;
    }
    #main-content .container:before {
    display: none !important;
    }
    #left-area {
    width: 100% !important;
    padding: 0 !important;
    }