I enabled this theme on a D7 multisite running in Ubuntu 10.10.

Firefox 5.0 and Chrome 12.0.742.91 both position the toolbar on the bottom of the page. I didn't think this was intended, if it is let me know.

The quick css hack to fix this:

 .toolbar #toolbar {
    bottom: 0;
    margin-top: -65px;
    position: relative;
    top: inherit;
}

Note that I only appended the margin-top and position rules to this selector.
This may also require tweaking margins on the div#wrapper, div#bg-image elements.

Comments

eli-f’s picture

Status: Active » Closed (duplicate)

I just noticed the previous post in the queue is the same issue. The css here might serve as another fix.

Travelista Marketing’s picture

Title: Toolbar positioned on bottom instead of the page top » Toolbar positioned on mid page instead of the page top

My blog page has a category column on right side that is pushed down to bottom of the page. I think this results from the admin toolbar, which is normally on the very top, but is now mid page. My programer is no longer in the biz and I need help. Thanks