But we did have a followup question: where can we find code that controls spacing above and below a group of names?
For example we have this:
<h2 style=”text-align: center;”>Ledelse</h2>
[connections enable_category_select='FALSE' enable_search='FALSE' image_fallback="none" id="1,2,7,4,5" order_by="id|SPECIFIED" str_work_phone="Telefon" str_work_email="e-mail" name_format="%first% %last% %suffix%"]
<h2 style=”text-align: center;”>Administration</h2>
[connections enable_category_select='FALSE' enable_search='FALSE' image_fallback="none" id="3,8,10" order_by="id|SPECIFIED" str_work_phone="Telefon" str_work_email="e-mail" name_format="%first% %last% %suffix%"]
The spacing after and before h2 style is different – about 2x before than after. Which does not look optimal – best is that headings are closest to body.
Where can we change that?