Hi Kelli,
First - There's a
Code:
div:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
in your main.css that seems to be generating the scroll bar. Maybe it's there to workaround a browser's bug or something, do you know what is it for? Anyway, you could get rid of it, as a quick fix, with something like this on your ecwid css:
Code:
div.ecwid-productBrowser-details-leftPanel div:after {
display: none;
}
Second -
Quote:
I don't like that this dead space is triggering the main_content scroll bar.
|
For some products this could help:
Code:
div.ecwid-productBrowser {
padding-bottom: 0;
}
However the main reason for that scroll bar is the fixed height of your main-content, so it will remain there. I don't want to complicate things, specially as this is a finished work, but I think a way to avoid the scroll bar could be to set heights to auto and cut your site background's top/bottom, adding them as absolute top/bottom divs, to make a fluid site's height. But just a thought, don't take it seriously
Also noticed that Latest Post is half over the footer (I'm in chrome, if it helps). BTW congratulations for the site, it looks very nice! The picture at home is so funny