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

Turn off Boxed Layout on Single Page?

Discussion in 'Free Divi Community Forum' started by DiviDudester, Nov 9, 2019.

  1. DiviDudester

    DiviDudester New Member

    I am using the boxed layout on a Divi site but I want to turn it off on one page. How do I do that?

    Thanks!
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade slide in bar design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
    **Change page-id-2 to your own page ID.
     
  3. DiviDudester

    DiviDudester New Member

    Thanks!

    Alternatively, what

    I didn't realize it would be this complicated. I should've mentioned the following:

    - My goal is a full width page without the Divi header/navigation.
    - The site is currently set to a boxed layout. It has a vertical navigation on the left side.

    When I use the CSS you provided, it makes the header/navigation full screen and the body of the page disappears.

    Any ideas?

    Thanks so much!



    I'm unsure if this helps, but I built full-width page on a site set to full-width.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade content toggle design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    To hide the header, just use the blank template: https://www.elegantthemes.com/documentation/divi/blank-page/
     
  5. HVACadvice

    HVACadvice New Member

    Apologies for resurrecting an old thread. A Google search pointed me here and the information in this thread solved my problem. Thank you!

    If you can, could you give me the CSS for doing three pages at once?

    I repeated the first reply's code three times and that did the trick. I'm just wondering if there's a more elegant way to do it.
     
    1. PRO MEMBER PERKS Divi Mini Cart Pro Plugin - Instantly add 3 different types of mini cart to your Divi site:Learn More
  6. Divi.Help

    Divi.Help Administrator
    Staff Member

    For that case, you can just combine all 3 pages into 1 line. For example:
    Code:
    Log In or Sign Up to view this code.