Hi Måns,

You're right, setting the second parameter to hide as written in the
help documentation of tbGTD does not suffice. For now, use the
following workaround:

In order to hide either the left #mainMenu or the right #sidebar, add
the following to your StyleSheet tiddler:

#mainMenu{display:none;}
#contentWrapper #displayArea {margin-left:1em;}

#sidebar{display:none;}
#contentWrapper #displayArea {margin-right:1em;}

If you want both hidden, combine the css statements for
#contentWrapper #displayArea.


I will look into how I can possibly initialize the sidebar display
correctly via ToggleSideBarTB, so that it finally works as intended...
without any of the above css adjustments.

Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to