html - Whitespace gap in page and CSS does not include element.style -
i have strange whitespace in login page:
http://buy.sd/index.php?route=account/login
when inspect code, following:
element.style { width: 1000px; height: 400px; position: relative; background: url(http://buy.sd/undefined) no-repeat;
if adjust height 10px fixes issue i'm having, element.style lines not in css files @ all. can please advise?
i can see div
element no content in it. possible disable backside configuration?
alternatively, quick fix, hide div
display: none;
follows:
#slideshow0{ display: none; }
Comments
Post a Comment