Hi
I have a blank space between all the boxes on my left column and I don't know how to remove it. Can you please help ?
You can see the home page at
http://www.passioncouteau.com/catalog/index.php
Many thanks
![]()
Hi
I have a blank space between all the boxes on my left column and I don't know how to remove it. Can you please help ?
You can see the home page at
http://www.passioncouteau.com/catalog/index.php
Many thanks
![]()
in your stylesheet.css file:
add:
.leftBoxContainer, .rightBoxContainer {
border: 0px;
margin-top: 0em;
}
see if that works!