Shape 5

Joomla Templates => eMercantilism - January 08 - Club => : janpage4u March 02, 2011, 02:23:12 AM



: Removing Extra Space
: janpage4u March 02, 2011, 02:23:12 AM
There is extra spacing between the article positions and the bottom position how to make it way smaller to like 10px?

http://www.ramonhoman.nl


: Re: Removing Extra Space
: jonahh March 02, 2011, 01:14:56 PM
If you remove the heights below, this will achieve what you are trying to do but you will lose the left and right shadows:

#s5_maininnerright {
    background: url("../images/rightshadow.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 700px;
    margin-left: 11px;
    width: 12px;
}
template_css.css (line 459


#s5_maininnerleft {
    background: url("../images/leftshadow.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 700px;
    margin-right: 11px;
    width: 12px;
}
template_css.css (line 451