Move sidebar plugin?

What’s a good plugin to move the sidebar from right to left? I don’t want an additional sidebar, I just want to move the existing one to the left.

I think there a few examples of left sidebars in the community. I will return if I find one. From memory basically it needs a change to the page template (ideally a layout) and a little css

Try this in a StyleSheet / css tiddler. Not sure you need the !important qualifier or not.

.tc-sidebar-scrollable {left: 0 !important; right: auto !important} 

I think the Notebook theme is the best theme with a left sidebar. https://tiddlywiki.com/#"Notebook%20theme"%20by%20Nicolas%20Petton

Will I have to completely redo my css if I use this? I already have it designed the way I like, I just want to move the sidebar.

Didn’t work quite the way I wanted, but thanks just the same. :slightly_smiling_face:

YAR - yet another resizer has that option and allows you to risize the sidebar by dragging

There are some conversations here at Talk, that have some instructions. – I can’t find them at the moment, but others may have stored the links.