I'm using versatility 4 Joomla template. I would like to eliminate borders between user and left/right columns.
I.e. in style3.css there is directive:
#rightcol, .showcase-module, #horiz-menu, #sub-menu, #main-body, #header-bar {border-left: 1px inherit #ddd;}
changing border-left to 0px (the same for the #leftcolum) eliminates the border but creates a white gap between the user module and the right column.
How can I eliminate the border without getting such problem?