• Resolved matm

    (@matm)


    Hi There,

    Just wondering if anyone can help me put a bit of space in between the Description Text ‘Fill in the form…’ and the first checkbox ‘First Name’.

    I’m a beginner with HTML and CSS but I’m sure I can do this with your help.

    Thanks in advance

    Matt

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi Matt,

    This CSS will move the First Name field down a bit. Feel free to experiment with the px value (e.g. you can change it to 20px).

    .yikes-mailchimp-form-description {
        margin-bottom: 10px;
    }

    Do you know how to add custom CSS to your site?

    Let me know.

    Cheers,
    Kevin.

    Thread Starter matm

    (@matm)

    Hi Kevin,

    Thank you so much for your help and thoughtfulness.
    You’re awesome!

    I added the code this morning and it works perfectly well.

    Cheers,
    Matthieu

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    I’m glad I could help Matthieu ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Description Text too close from 1st Checkbox’ is closed to new replies.