Archived topic
Spacing for Hooks in After Entry Title
3 replies · Started by Karen on October 15, 2019
Viewing posts 1–4 of 4
Hi there,
I have a few hooks that show up after entry title in all posts. It looks a bit crowded. Is there a way to add some spacing in between?
Thanks for your help,
Karen
Hi there,
You can do something like this:
<div class="hook-space">
your content here
</div>
Then just target with CSS:
.hook-space {
padding-bottom: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you! That worked perfectly. :)
No problem :)
This archived topic is closed to new replies.