How do I go about adjusting the margin amount of H1 heading? I want to reduce it.
Where can I adjust the Heading Fonts?
Thanks!
How do I go about adjusting the margin amount of H1 heading? I want to reduce it.
Where can I adjust the Heading Fonts?
Thanks!
Hi Collin,
Please add this code in X > Theme Options > CSS:
h1, .h1 {
margin-bottom: 15px;
font-size: 2em;
}
h2, .h2 {
margin-bottom: 15px;
font-size: 1.9em;
}
h3, .h3 {
margin-bottom: 15px;
font-size: 1.9em;
}
h4, .h4 {
margin-bottom: 15px;
font-size: 1.8em;
}
h5, .h5 {
margin-bottom: 15px;
font-size: 1.7em;
}
h6, .h6 {
margin-bottom: 15px;
font-size: 1.6em;
}
If you are using a Headline element for the h1, please set the bottom margin option that in the element settings.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.