toyboxgeek
MemberForum Replies Created
-
I was playing around with this part of the css this morning, it must have done the trick and fixed it.
}
.alignright {
float: right;
margin: 4px 0 12px 10px !important;
}
.alignleft {
float: left;
margin: 4px 30px 12px 0 !important;
}
.aligncenter {
display: block;
margin: 1em auto !important;
}
Viewing 1 post (of 1 total)
