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
Comment #1
eli-f commentedI just noticed the previous post in the queue is the same issue. The css here might serve as another fix.
Comment #2
Travelista Marketing commentedMy 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