CSS question working with Headers

Craig Hylwa January 12, 2012

I would like to indent or pad Header 3 is this possible using CSS? If so can an example of the code be provided?

1 answer

1 accepted

3 votes
Answer accepted
Colin Goudie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 12, 2012

Something like

.wiki-content h3 {
   padding-left: 50px;
}

You will need to package the css inside a plugin and use a web-resource descriptor to get it included in all pages

See - https://developer.atlassian.com/display/CONFDEV/Including+Javascript+and+CSS+resources

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events