I am using the numberedheadings macro but have received a request to indent the headings.
So, instead of this:
1. Heading 1
1.1 Heading 2
the request wants to see this:
1. Heading 1
1.1 Heading 2
Is this possible?
There has been a feature request for this, but we have decided not to build specific support for indenting or other styling features. Though you can achieve indenting by adding the following CSS to your Confluence stylesheet (see the feature request for more details);
.wiki-content h1 span.nh-number { margin-left: 0em; } .wiki-content h2 span.nh-number { margin-left: 1em; } .wiki-content h3 span.nh-number { margin-left: 2em; } .wiki-content h4 span.nh-number { margin-left: 3em; } .wiki-content h5 span.nh-number { margin-left: 4em; } .wiki-content h6 span.nh-number { margin-left: 5em; }
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.