Code: Select all
.postprofile {
margin: 5px 0 10px 0;
min-height: 80px;
border: 1px solid transparent;
border-width: 0 0 0 1px;
width: 22%;
float: left;
display: inline;
Whoa, can't believe it was that easy. Thank you.Cin- wrote:In the /theme folder of your style, open content.css
change at line 692 float: left; to float: right;
Code: Select all
.postprofile { margin: 5px 0 10px 0; min-height: 80px; border: 1px solid transparent; border-width: 0 0 0 1px; width: 22%; float: left; display: inline;