Browser? URL?
Browser? URL?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
It appears in all browsers.
There's very little that we can do from this screenshot and really need to see the site itself.
I can hazard a guess that the black bar on the right is because you have turned off all the boxes in the right hand column, but not turned the column itself off by setting Admin > Configuration > Layout Settings > Column Right Status - Global (line 14) to zero.
However, I can't even hazard a guess at what is causing the white line based on this screenshot.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I found it. It was a <br class="clearBoth" /> in the includes/templates/template_default/common/tpl_header.php file.
I was about to suggest adding the following to your stylesheet to deal with the white line at the topbut it looks like you have already solved it through the more radical method of deleting the BR tag.#headerWrapper BR {line-height:0}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)