I am trying to get my title and HR’s to line up using CSS. There is so much space between my H1 and HR. I’m new to CSS so I’m having a bit of trouble. I want to be able to insert a HR and keep my spacing consistent. I tried using CSS in the customize section but I can get my HR’s spaced correctly under my H1’s.
Hey kenshejoe,
In your custom separator you have set top margin of 15px, remove it and the space between the h1 and hr should decrease.
To further reduce it you can add this css code in Quick CSS, located in Enfold > General Styling:
h1 {
margin-bottom: 14px;
}
Just adjust the bottom margin.
Best regards,
Nikko