Twenty Ten change column width while keeping total width

  • Unknown's avatar

    Hi,

    This is a test site at this stage, premium account, and here is a page with a right column widget

    http://soanz.org/news-events/

    Is it possible and not too difficult just with CSS to make the central post area wider and the right widget column correspondingly narrower (so total width remains as it currently is).

    Thanks Andrew

    [moved to CSS Customization]

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

  • Unknown's avatar

    Hi Andrew, here are the two CSS rules you will need. The first is the content width and the second is the sidebar width. You can reduce the sidebar width and then reduce the right margin on #content by the same amount to keep the spacing the same.

    #content {
        margin-right: 280px;
    }
    #primary, #secondary {
        width: 220px;
    }
  • The topic ‘Twenty Ten change column width while keeping total width’ is closed to new replies.