• Resolved impactskateclub

    (@impactskateclub)


    I would like to have some space between each field on my form. When I was using Contact Form 7 on its own, I added this to the “additional CSS” field in Customizer:

    .wpcf7 p {margin-bottom:50px;}
    .wpcf7 p {margin-top:1px;}

    It no longer seems to apply. Any suggestions?

    Thank you,

    Yash

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

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    cf7 plugin uses paragraph tags. This smart grid changes completely the structure of the html, so your css no longer has any effect.

    There are multiple possible rules you could apply to fix this, but it will depend on your layout and preference. This is not the kind of support provided on this forum. To fix this you’ll need to

    • learn about css rules (lots of good tutorials online)
    • ask in another forum dedicated to css styling.
    • hire a developer to fix this for you

    Note: the plugin has a special provision for custom css styling (see faq #8).

Viewing 1 replies (of 1 total)
  • The topic ‘Padding’ is closed to new replies.