Site logo

[Support request] manual table of content

Home Forums Support [Support request] manual table of content

Home Forums Support manual table of content

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #2423200
    Justin

    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!

    #2423883
    David
    Staff
    Customer Support

    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

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.