when I put a nice-menu in the header then the "content" area is floating to the right of the menu
breaking the layout

changing the following corrects the problem

    <div id="header" class="clear-block">

might apply to other situations thus it can be considered a minor bug

Comments

WorldFallz’s picture

Just an FYI -- I had the same problem and this minor change fixes it.

kdebaas’s picture

Version: 6.x-1.0-beta3 » 6.x-2.x-dev

There is a clear-block class added to the header-inner div. Shouldn't this take care of your problem? Did you place the nice-menu inside the header-inner div?

johnalbin’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Category: bug » support
Status: Active » Postponed (maintainer needs more info)

yeah, there's already a clear-block class on the header-inner. Putting one on the #header div would be redundant.

akalata’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Closing old and inactive support requests.