Hi,
Does anyone know how I can reduce the spaces between the boxes in columns left and right at all?
Im not sure if its in the stylesheet?![]()
Thanks in advance.
Hi,
Does anyone know how I can reduce the spaces between the boxes in columns left and right at all?
Im not sure if its in the stylesheet?![]()
Thanks in advance.
In your stylesheet.css find this code:
Adjust the margin-top: to your likingCode:.leftBoxContainer, .rightBoxContainer { margin: 0em; border: 1px solid #9a9a9a; border-bottom: 5px solid #cd7800; margin-top: 1.5em; }
Excellent.
Thanks for that.
Im using 1.3.0.1 and changed the margin-bottom here....
Thanks for the pointer!Code:.rightBoxContent { background-color: #ffffff; margin-bottom: 1.0em; }![]()
![]()