Wednesday 30 January 2013

how to move left to right, the content page and side bar onTwenty Twelve --- wordpress theme


 1. got to theme folder, select style.css

wordpress\wp-content\themes\twentytwelve



2. select: style.css


 .site-content {
        float: left;
        width: 65.104166667%;

change to:

.site-content {
        float: right;
        width: 65.104166667%;



----------------------------------------------------------
    .widget-area {
        float: left;
        width: 26.041666667%;

 change to:

    .widget-area {
        float: right;
        width: 26.041666667%;









Gilmon D. Bernal

No comments:

Post a Comment