Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)
  • I add this to the css of my theme :

    #content-sidebar {
    float: left;
    width: 100%;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    }

    #content-sidebar .padder {
    margin-right: 350px;
    border-right: 0px solid #ddd;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    }

    and i call

    in index.php of my bp activity page

Viewing 1 replies (of 1 total)
Skip to toolbar