Download & Extend

content in header blocks "site name"

Project:mulpo
Version:6.x-1.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

please see attached image

AttachmentSize
mulpo-header.png11.5 KB

Comments

#1

the problem is more general than previously thought

in IE the sitename is obstructed without even having anything in the header
take a look at new screenshot

AttachmentSize
sitename.obstuction.png 25.71 KB

#2

the

#wrapper{
    line-height: 1.333em; /* 12px x 1.333 = 16px */
}

creates this

so one can either erase it or put the following in style.css

h1#site-name a{
line-height:1em;
}

#3

Header blocks fixed in dev, will fix site name when I get a little more time these days.