[SOLVED] Change paragraph indentation in grok tiddlywiki tiddler

Hi community :slight_smile:
I found grok tiddlywiki to be useful and has pleasant layout. Sorry if this is a stupid question, but how to reduce to paragraph indentation in grok tiddlywiki tiddler? On the image below how to reduce the x so the paragraph will shift to the left?

image

Thank you all

in div.tc-tiddler-body CSS selector, you can

Either increase the max-width

Or set margin-left to 0.

@moderators I think this thread is filed in the wrong category Plugins.

I’m sorry if I put the wrong category. What category is the best one? Should I change now?

And thanks for your advice, I’m still trying to find the location div.tc-tiddler-body CSS selector. Could you give a hint to find it? I’m sorry I forgot to tell that I’m still newbie in computer programming

Edit : I have found the way

  1. I make a new tiddler and tag it with $:/tags/Stylesheet
  2. I input
div.tc-tiddler-body{
margin-left : 0px;
max-width : 800px;
}
  1. Set up text/css in type box

Thanks for your help. I will close this thread.