How to remove right side of the website.

  • Unknown's avatar

    There was some widgets like ‘Search widget’ at the right side of the website. I deleted all the widgets right side. Now i want to remove the ‘bar’ that is still on.
    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Please try the following CSS code:

    body { background:#fff }
    
    .content {
        float: none;
        width: 100%;
    }
    
    .single-post .post-inner {
        float: none;
        width: 100%;
    }
    
    .wrapper:after { display:none }

    Hope this helps =)

  • The topic ‘How to remove right side of the website.’ is closed to new replies.