[Support request] Hooks- remover space after header hook

Home Forums Support [Support request] Hooks- remover space after header hook

Home Forums Support Hooks- remover space after header hook

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #244299
    Crystal

    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

    #244430
    Tom
    Lead Developer
    Lead Developer

    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;">

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.