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