Love the circular user image on the profile page! Is it possible for the user profile fields to be wrapped around the image? At the moment it creates vertical space. See attached screenshots.

CommentFileSizeAuthor
profile-new.png39.3 KBMatt B
profile-orig.png35.06 KBMatt B
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Danny Englander’s picture

Status: Active » Closed (won't fix)
Matt B’s picture

Danny - I managed to fix this with a local css file containing

.profile .clearfix:after {
  display: inline;
}