How can I remove the space between the left sideboxes and the centerbox ???
the url is http://www.cristaltech.co.za/mall
I would appreciate a bit of help here.
I already checked all the setting in the stylesheet, maybe I just overlook something,
How can I remove the space between the left sideboxes and the centerbox ???
the url is http://www.cristaltech.co.za/mall
I would appreciate a bit of help here.
I already checked all the setting in the stylesheet, maybe I just overlook something,
Is there anybody who can help me on this ???
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: 0.8em;
}
Separate out .centerColumn:
.centerColumn {
padding: 0em;
}
Glenn, I have replaced the above in the stylesheet but have no change. Any other suggestion ???
This code works - I just tested it on your site again.
On looking at your stylesheet, you copied my instruction as well as the code into it, so it is probably trying to affect
"Separate out .centerColumn: .centerColumn" which doesn't exist.
.centerColumnDelete the instruction and leave only the code.Code:.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix { padding: 0.8em; } Separate out .centerColumn: .centerColumn { padding: 0em; }
Also, remove ".centerColumn," from the long list. There is no benefit to declaring it twice.