The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

CSS question working with Headers

Craig Hylwa
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events