Archived topic
Hooks- remover space after header hook
1 reply · Started by Crystal on November 14, 2016
I have a site that I ampm using a header hook on. There is space after the text. The client was wondering if there was a way to remove the space from the bottom of the hook area.
Here is the code we have there:
<p style="text-align: center;"><b>New to BFS?</b> Please click here to get started. <br>You can also sign up for my FREE Weekly Newsletter to get access to EXCLUSIVE monthly giveaways!!! <br> See you in the comments soon!</p>
The site is: http://www.budgetinginthefunstuff.com
Absolutely! Paragraphs have bottom margin which you can remove.
So replace this:
<p style="text-align: center;">
With this:
<p style="text-align:center;margin-bottom: 0;">