Change post width – twenty ten theme

  • Unknown's avatar

    I am trying to adjust post width. Just removed “archive” on right column and have much empty space. Would like to fill it up with post in full width.

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

  • Unknown's avatar

    This should help out with making your post content full width:

    #container, #content {
    	margin: 0;
    }
    #content img.size-auto, #content img.size-full, #content img.size-large, #content img.size-medium, #content .entry-attachment img, #content .widget-container img {
    	width: 100%
    }
    .hentry {
    	text-align: center;
    }
  • The topic ‘Change post width – twenty ten theme’ is closed to new replies.