Right sided avatars/user info

You need to code it and switch sides, probally using things under "posting"
 
I'm using your blueSilver style Christian... and the floats are left for some reason and that tutorial hasn't really helped 🙁
 
Make sure you refresh the themes in the styles tab else the changes won't show up -😉-

Edit:
Took a peak at your stylesheet;
Code:
.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	float: right;
	display: inline;
}
It's still showing float: right;
 
Back
Top Bottom