• Resolved kymberlee

    (@kymberlee)


    Hi. I want to increase the width of the sidebar in Twenty Ten. I understand that I need to decrease the content bar width but can’t figure out where to do that.

    Any help is appreciate. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    you need to make changes in three elements of the style.css:

    1. find This CSS element (around line #78):

    #primary,
    #secondary {

    In this element, change width: 220px; to
    width: 300px; (or change to whatever width you like)

    2. find this CSS element (around line #66):

    #container {

    In this element, change right margin from -240px to
    -320px

    3. find this CSS element (around line #71):

    #content {

    in change the right margin from 280px;` to
    360px`

    Hope this helps.

    Thread Starter kymberlee

    (@kymberlee)

    It absolutely helps! Thank you so much, t-p. It looks exactly as I wanted it to.

    With gratitude,

    Kymberlee

    Moderator t-p

    (@t-p)

    Glad to be of help. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘column width help in Twenty Ten’ is closed to new replies.