Page Width 2014 Theme

  • Unknown's avatar

    I have removed the content sidebar from the theme on the right hand side, however the main page content is still the same width but centralised. Do you know the CSS code to make page content full width, or another way of doing this?

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

  • Is it possible to make your blog public so I will be able to provide the CSS?

  • Unknown's avatar

    Hi there, you can use the following to delete the right sidebar and make the content full width. The setting of 80% for the width is due to the left header area, which has a width of 20%.

    #secondary {
        display: none;
    }
    body.secondary-sidebar #content, body.secondary-sidebar #content:before {
        float: right;
        width: 80%;
    }
  • The topic ‘Page Width 2014 Theme’ is closed to new replies.