Closed (fixed)
Project:
Celju
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 May 2009 at 01:00 UTC
Updated:
12 Jun 2009 at 23:40 UTC
Jump to comment: Most recent file
This only happens on the celju theme, as far as I my tests with other themes. Using Firebug, I couldn't figure out what styles are causing the issue. Can anyone help?
See error at: http://gummiogolof.vitum.net/tagadelic/chunk/2
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wrapper-fix.zip | 4.67 KB | jwolf |
Comments
Comment #1
jwolf commentedThe problem is that tagadelic is using a wrapper class
<div class="wrapper tagadelic">This theme is also using a wrapper class to set the width of the various content areas.
One thing you can do to fix this is to change the theme's wrapper class to content-wrapper in both page.tpl.php and style.css. Attached are the modified page.tpl.php and style.css, zipped up, which *should* fix this. Just replace the theme's w/ these attached.
Personally, I think it's a mistake of the tagadelic maintainer(s) to use such a generic class. But then again, maybe it's my mistake to use such a generic class :P
Comment #2
jwolf commentedComment #3
gjk commentedThanks a bunch. I just figured this out myself a couple of minutes ago. It is indeed the
<div class="wrapper tagadelic">that is causing the problem. I agree that the tagadelic module (and modules in general) should refrain from using generic css class names. I fixed this in my css by adding:Again, thanks for the quick reply. The issue is solved for me. And thanks a bunch for a great theme.
Do you have any hints for changing colors and adding images to the header or should that be a fairly straightforward css/html thingy?
Comment #4
jwolf commentedIf you want to go the easy route, that will work too. :P