Archived topic
Set spacing before/after hook
1 reply · Started by Szilard Venczel on January 6, 2018
Viewing posts 1–2 of 2
Hi Tom,
I'd like to add a horizontal divider in the before header hook, but the gap between the header and the divider is too big. How can I set the spacing of the hook? I simply added
<hr style="color:#ed1651;background-color:#ed1651;height:6px">
in the before header hook.
Thank you!
results,
Szilard
Hi there,
Try some CSS like this:
hr {
margin-bottom: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.