Page is too LONG/LARGE/HEIGHT

Hi all.



I'm new to CS-Cart. I installed the system on a page and works fine, the problem is that the page is too long, has lots of white space at the bottom of the page.



The URL is: teregaloemocion.com / web



Does anyone know how to eliminate that space?



Thank you.

In styles.base.css on line 765, you have:


.central-content {
height: 6600px;
margin-left: 40px;
overflow: hidden;
}




The height is what is messing you up. I'd probably just remove the height.



I'd highly recommend getting Firebug for Firefox. It took me like 2 seconds to find that with Firebug.



Thanks,



Brandon

Thanks VERY much.

Solucioned.




[quote name='brandonvd' timestamp='1319695009' post='124651']

In styles.base.css on line 765, you have:


.central-content {
height: 6600px;
margin-left: 40px;
overflow: hidden;
}




The height is what is messing you up. I'd probably just remove the height.



I'd highly recommend getting Firebug for Firefox. It took me like 2 seconds to find that with Firebug.



Thanks,



Brandon

[/quote]