Active
Project:
BlogBuzz
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2010 at 03:07 UTC
Updated:
8 Jun 2010 at 19:42 UTC
Jump to comment: Most recent file
I noticed on my Panels admin page that the content is going outside of the 'content-inner' div.
Also a display issue is the closure at the bottom of the page when there is not enough content to make the page scroll.
This happens on a completely stock install of the theme. This happens on Chrome and Firefox (that I've tested, I'm sure it's a problem elsewhere).
Attached is a screen shot about what I'm talking about.
Any suggestions?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | blogbuzz-display-issue.jpg | 332.06 KB | Cletus |
| #1 | blogbuzz-display-issue-scrolling.jpg | 275.17 KB | Cletus |
Comments
Comment #1
Cletus commentedForgot to attach
Comment #2
Cletus commentedIt seems I have fixed the issue without any drawbacks (as of yet).
page.tpl.php line 82:
CHANGE TO:
It seems like clear-block should be on this, but it wasn't.
As for the closure, I don't think that is solvable--at least with very little content like in the screenshots on comment #1. Adding a block into the closure, be it just text, will add a small gap even if there is plenty of content on the page.
css/blogbuzz.css line 309:
CHANGE TO:
The drawback to adding "overflow: hidden;" to the closure is that anything larger than 40px will be clipped, but I think that shouldn't be a problem for most people.
Of course, please test further on your end before putting this on a production site.