Jerry Roberts wrote:
Got two questions...
1. How can I get that white space closed up and the bottom module of images to move up to occupy that space and stop just under the tabs section?
.../tempalte.css
#maincontent-block {
padding:0 20px;
}
Jerry Roberts wrote:
2. "Open .../body-light.css and remove the background line here:"
.x-c-x .colmask {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
}
Was that to remove all of that? The word "background" is in there four times on four lines. Just not sure.
No, just the line assigning the color that you didn't want (background: #EEEEEE.....)
Jerry Roberts wrote:
You also said to "mirror" the thick line on the bottom of the tabs. I thought I was trying to get rid of it.
Poor wording, sorry. That block will add a border at the bottom that mirrors the one on the top.