Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
@Charles,
I'm not seeing this. Could you post a screen shot and describe which browser/OS you're using?
Firefox 3.6.3 on Mac.
Firebug tells me that the div#hlogo sticks out below the bottom of the containing div#header. Since it is a float, text below tries to wrap around it.
Hmm, fascinating. I wondered if the font size set in browser preferences was important (I use a fairly big one (will spare you my standard rant about font sizes)), but turning it way down did not change the problem.
I reduced the height of the hlogo div from 61px to 51px in css. Nothing looks different for me. Did it fix the problem? Did it break anything for anybody else?
It did not fix the problem.
@Anton: Do you have any control over the structure of the header? Or can you only tweak the CSS? I am planning to take a closer look and see if I can come up with a proper diagnosis and a cure, but I need to know what is feasible and what is not.
@Anton: Never mind my previous question. The problem is that, while div#hlogo and div#hmenu both stick out below their containing div#header, the former sticks out 2px more than the latter. If you set
div#header { height: 115px; }
then both are properly within the header, and the problem is gone.
@Harald: done. Is it better now?
@Anton: Yep.
1 to 14 of 14