The link below shows a page which has an issue. The right pane shows a login piece. There’s an empty gap between the name field and the ‘Member Login’ part. Firebug indicates the gap is caused by a a bottom-margin (16.6px) on the div containing ‘Member Login’ text.
Which CSS element is causing the margin? I can’t find it.
The link below shows a page which has an issue. The right pane shows
Share
Your H2 element still has a margin around it. Under your CSS rule for #right H2.mem you just need to say ‘margin: 0;’ and you should have the two elements touch each other.