Can you change default paragraph text size?

Natalie October 16, 2013

We use a section/column combo and in the first column we use the display child macro for links and the second column for a one line intro for the link. In 5.2 the text is not lining up with the list of links created by the display child macro. I have attempted to play with the parameters of the macro but cannot get the column content to line up.

1 answer

1 accepted

1 vote
Answer accepted
Patrice Rompas
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 5, 2014

Hi Natalie,

You can change the default paragraph text size by modifying the CSS (see documentation) and add lines like the following:

body, p, td, table, tr, .bodytext, .stepfield {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
}

Hope this helps!

Cheers,
Samuel

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events