• Resolved neweb

    (@neweb)


    How do I change the styling on Contact Form 7?????

    I know it seems a little odd that I can’t do this but I have been at it for days now and can’t get it to do what I want.

    I have big gaps between each form item and can’t get rid of them. I change the contact form 7 css the twentyten css, I have added my own css but no matter what I do I have these big ugly gaps between my form items.

    Here is the link

    How do I get rid of these gaps in the form.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Change the following in your theme’s style.css:

    .entry-content input {
        margin: 0 0 24px;
    }

    to something like:

    .entry-content input {
        margin: 0 0 10px;
    }

    However, that changes the style globally so it might be better to define a css class for your contact form separately.
    Hope that helps
    Ross

    Thread Starter neweb

    (@neweb)

    Thanks Ross
    That did the trick.

    Its like looking for a needle in a hay stack sometimes 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style on Contact Form 7’ is closed to new replies.