Blocks that are set to display in the header region do not display inline. The fix is to add this entry to the style.css file.

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

attached is a style.css file that I modified to include this is attached.

CommentFileSizeAuthor
style.css_8.txt14.28 KBtankerjoe
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tankerjoe’s picture

BTW if forgot to mention, to see this issue configure the "user login" block to display in the header region.

Frando’s picture

fixed. thanks!

Frando’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)