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