Re: Column widths
/styles/
open your .css and edit the width value in following:

Copy to clipboard
#rightcolumn { width : 180px; padding : 0px; border-left : 1px solid #8CACBB; }
> Is there a way of controlling the column widths independently? I want the right column to be narrower than the left column.