The chameleon (cvs, 2004-08-26) theme has a problem with the title (logo, primary and secondary links,...)
If the brower's font is set small enough, the navigation bar and the main content of the page are placed to the right of the logo. If the logo is very wide, you loose half of your screen.
I suggest using tables for the title (now the DIV tag is used). Maybe it can also be fixed by adding some class name to every DIV tag, and playing around with the style sheet.
I marked this as critical since the theme I used (xtemplate) was deleted from CVS, and now I'm stuck with a broken theme. I'll try to patch it myself, but I'm not big on either PHP or CCS.
thanks
Comments
Comment #1
adrinux commentedYou've submitted this as an issue with the themedev module Philippe, this doesn't seem to be anthing to do with themedev though, assuming I've reading your description correctly. The correct place to post this would probably be the theme forum or as a drupal project issue, since Chameleon is in core.
There was a big change to the theme system in cvs recently (to allow better use of template based themes, this resulted in some things being renamed. Xtemplate is still there it has NOT been removed from cvs, the standard drupal.org xtemplate is called bluemarine now (this is slightly modified to allow site name and slogan to appear alongside the logo, but otherwise hasn't changed much).
Also I can't replicate your problem with Chameleon, which browser and platform are you using?
Comment #2
Philippe commentedAha, I've got the bluemarine theme now (seems that "cvs update -Pd" helps). In the mean time, I've fixed what I think is wrong with chameleon. I'll discuss it with the chameleon guys.
My browser is mozilla 1.7.2 on linux, but it does the same on internet explorer/windows. Not that I'm talking WIDE logos, and I want my text under them!
Thanks for your patience, and sorry for posting in the wrong place.