Forums

[resolved] Changing sidebar attributes in theme Twenty Ten 1.1 (4 posts)

  1. Neeraj
    Member
    Posted 1 year ago #

    I want to change the sidebar background color in theme Twenty Ten 1.1 Also some padding to differentiate from the main writing area.
    Tried a lot but couldn't get any solution. Any help will be appreciated.
    My website's url - http://www.neerajkulkarni.com

  2. govpatel
    Member
    Posted 1 year ago #

    Look for this code in style.css line 1160

    #main .widget-area ul {
    margin-left:0;
    padding:0 20px 0 0;
    }

    Add
    background:#hexcolor; example #FFFF00 wil give yellow color
    as for padding you change
    padding:0 10px 10px 10px;
    and you will everything move to center in sidebar

  3. Neeraj
    Member
    Posted 1 year ago #

    Thanks a lot sir. You made it so easy.

  4. govpatel
    Member
    Posted 1 year ago #

    You are Welcome

Topic Closed

This topic has been closed to new replies.

About this Topic