article { float: right;}#content aside { float: left;}
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I don't know on which page you would like to make it but this CSS worked for me:
article {With regards.float: right;
}
#content aside {
float: left;
}