Take a look at the parts of the SnowFlat CSS that start with ".qa-part-form-", they are set to 50% width on the user pages (when the template is .qa-template-user).
Example:
.qa-template-user .qa-part-form-profile {
width: 50%;
float: left;
}
.qa-template-user .qa-part-form-activity {
width: 50%;
float: right;
}