Making Posts full width in Fresh & Clean theme

  • Hello,
    I have the Customize Design upgrade and need help in making the posts full width. I like the sidebar on my front page but want it gone from all posts.
    Any advice is appreciated.

    Thanks!

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

  • Here is an example showing how to hide the sidebar and make the main content area full width on just posts in the Fresh & Clean theme:

    .single #sidebar {
    	display: none;
    }
    .single #content {
    	width: 97%;
    }
  • The topic ‘Making Posts full width in Fresh & Clean theme’ is closed to new replies.