1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, 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

Removing sidebar in blog causes a full width page

Discussion in 'Basic Support Forum' started by koen85, Oct 8, 2019.

  1. koen85

    koen85 New Member

    Hi There,

    When I create a new post and remove the sidebar from that specific page the complete page go full width.

    This issue doesn't appear when I disable the sidebar via the Ultimate Blog in customizer. But than all sidebars are gone on all pages.

    I am using this code now, but no idea if this is the right way to solve the problem:

    @media (min-width: 981px)
    style.css?ver=3.29.3:11
    .et_full_width_page #left-area, .et_no_sidebar #left-area {

    width: 1080px;
    margin: 0 auto;
    }

    Hope you can help me out!

    Koen
     
    1. PRO MEMBER PERKS Custom Color Scheme + Premade Layouts - A perfect combination to boost productivity:Try Now
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS & see if it works for you:
    Code:
    Log In or Sign Up to view this code.
     
    koen85 likes this.