How to make H1 look better

Hi please see page in secure note.

See that H1 spacing looks horrible on the page.

Please share with me the best practice way to make this look better. E.g. using UI theme options if possible.

Thanks

Hi There,

Thank you for writing in, you can adjust the spacing of your elements including the headlines (h1 - h6) by the Utility Classes provided here: https://theme.co/apex/forum/t/customizations-css-class-index/207

For example:

<h1 class="man">Domain Expertise</h1>

Cheers!

Thank you. What are all these classes?

mtn
mrn
mbn
mln
mvn
mhn
man
ptn
prn
pbn
pln
pvn
phn
pan

Why is ‘man’ the one I want in this case? Need some further background this giant list is confusing.

Thanks!

Hi There,

Those are pre-defined classes which you can use for spacing, those are actually an acronyms.

Margin (m) or padding (p).
Top (t), left (l), right (r), bottom (b), vertical (v), horizontal (h), or all (a).
None (n), small (s), medium (m), or large (l).

I suggest man because that is margin all none which gets rid all the margins on your headline that cause the spacing

Hope this shed some lights,
Cheers!