I have also modified code in layout.html
left_sidebar_enabled = False

alternatively,
if left_sidebar_enabled and right_sidebar_enabled: width_content='10%'

(not sure if this is the correct way)
But it did not help.

Any tip on this issue?

---Vineet


On Sep 20, 7:51 pm, Vineet <vineet.deod...@gmail.com> wrote:
> 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

Reply via email to