Archived topic
manual table of content
16 replies · Started by eran on October 30, 2022
Breaks using Shift Enter did the trick! Thank you so much! Bonus questions... do you know if there's an easy way to simply indent a line of paragraph text (i.e. that's not ordered or unordered)?
Thanks again!
If its using GenerateBlocks then its Heading Block you can add Spacing > Left Margin to indent the entire block.
For core blocks, it would require some CSS, for example - add this CSS to your site:
.tabtxt {
margin-left: 50px;
}
Then on any Text or Heading or LI ( or any block ), in Advanced > Additional CSS Class(es) add: tabtxt