Tagged: special heading, subheading
Hello,
I’ve got an H1 Special Heading and a Subheading below at size 20. How can I increase the space between the Special Heading and the Subheading. It looks just a bit cramped with the larger subheading font.
Thank you for a great product,
Mike
Hi Mike!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-subheading.av-subheading_below {
margin-top: 20px;
}
Best regards,
Yigit
Thanks!