Viewing 1 replies (of 1 total)
  • Hi,

    Figure out following style statements from the style.css file of your theme.

    .widget {
    background-color;
    padding:10px;
    margin-bottom: 10px;
    border-right:;
    border-bottom: ;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

    .widget h4 {
    margin: 0 0 10px 0;
    padding: 0;
    }

    .widget ul,
    .widget ul li
    {
    list-style:none;
    margin:0;
    padding:0;
    }

    .widget ul li
    {
    padding:4px 0 4px 12px;
    background:transparent url(“img/icon_list_arrow.gif”) no-repeat 4px 7px;
    /*font-size: 0.9em;*/
    }

    .widget ul li ul {
    /*display:none;*/
    }

    Make changes to the values of ‘padding’ attribute as per your requirements, save the style.css file and re-upload it.

    Hope it helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Positioning’ is closed to new replies.