When you enable the "Search box" theme element, the search box appears on a new bar below the header, but the bar overlaps with the content below. The distance should be increased.

Comments

ajross’s picture

Status: Active » Postponed (maintainer needs more info)

Do you have a primary menu enabled in the region also, or just the search box?

I've already found a couple other small spacing quirks in the new version that I missed before, so will probably be doing another release within in the next couple weeks to correct these. Please keep sending me anything you find. I appreciate your help!

roball’s picture

No, I don't have the "Primary links" enabled. The only items I have enabled at "Toggle display" are Logo, Shortcut icon and Search box.

Nevertheless, I found a workaround to display the search box nicely within the Navigation bar region: I disabled the "Search box" item from the theme settings and enabled the "Search form" block into the "Navigation bar" region. Then added the following CSS to "css/local.css":

div.region-navigation div.block-search div.block-inner div.content div div.container-inline {
  float: right;
  margin-top: -10px;
  margin-bottom: 5px;
  margin-right: 10px;
}

div.region-navigation div.block-search div.block-inner div.content div div.container-inline div label {
  display: none;
}
ajross’s picture

Cool. Glad you found a fix. Although I know why it is happening and will add a more permanent fix. The #navigation background height is set to auto so it will adjust to different font sizes in the primary links menu. However, the search box is floated right so it doesn't adjust to that. I had always tested it by adding the primary links first, so I missed the problem with the search. Adding a min-height setting should fix it. Or you can set a fixed height for the #navigation that works with what you have. I just was trying to keep it flexible for the different font options.

ajross’s picture

Status: Postponed (maintainer needs more info) » Fixed
ajross’s picture

Status: Fixed » Closed (fixed)

this is fixed in latest release (6.x-2.1)

trinsic’s picture

I dont think this is fixed. on the navigation bar at the top when enough links are listed for the to wrap around the navigation menu overlaps the main content.