How to make the How to align the whole tid content to center

As you can see in the image the right side of tid is a big blank. Which not use the space of screen properly I think. So I want to move them all to the center part of the tid.

I try to add some text-align setting to global css stylesheet but not worked. I check the dev tool, this text-align seems works fine but no effect. I dont know what to do for the next step, not good at css. So how to make it. If it is too complicated please give me some advice.

image

I think there may be a centred theme already. Try a search.

1 Like

Thank you. I found this: https://tiddlywiki.com/static/Community%20Themes.html. Just 5 theme totally, enough for me. But this is the complete list of tiddlywiki list, I think it should be far more than 5.

Hi,
As a starting point, you can play with this (change the px according to your screen resolution).
In a tiddler tagged with $:/tags/Stylesheet

.tc-tiddler-body {
margin-left: 200px;
margin-right: 200px;
}

1 Like

Just go into

Controlpanel > Appearance > Theme > Centralized

1 Like

Cant find it

Sorry, I thought it was installed by default. Here:

https://tiddlywiki.com/prerelease/#%24%3A%2Fthemes%2Ftiddlywiki%2Fcentralised

You can take the link to it (in the sidebar) and drag it into your wiki.

Theme Centralised can be found on Tiddlywiki.com as mat says

Controlpanel > Appearance > Theme > Centralized

If you download empty you see its not there.

In your wiki, Got to

Controlpanel > Plugins > Get more Plugins > Open Plugin Library > Themes (tab) > And install the theme of your choice.

With many if not all themes you then go and select them as Mat Suggested, and you do not necessarily need to save reload the wiki right away.

1 Like