I wish to reduce the widths of left & right sidebars. In base.css, uncommented & modified the following line left_sidebar { width: 10px; float:left; display: none; } Inline documentation in css file says--- - column widths (change this to use left_sidebar and right_sidebar)
Secondly, I had put certain matter in <div id="left_sidebar" .... {{block left_sidebar}} ....my html stuff goes here...... {{end}} But it does not rendered. What I maybe doing wrong? ---Vineet