Too much spacing on top of a contact form 7

Hi
This refers to the whole form, as show here;

This is for the common footer. Log in info to follow

Hi @flashfog,

I checked your website and it seems you already managed to fix the spacing.

Thank you.

hi. I don’t know what you mean? Can you please do a screen grab of the same section and see how it renders for you? THANKS

Hi @flashfog,

Our apologies for the confusion.

I have checked your site and I could see that gap that you’re referring to. The gap seems to be added by the CSS code that comes with the plugin you are using to style contact form 7.

Try adding this in X > Theme Options > CSS:

.logged-in div.wpcf7 {
    margin-top: 0 !important;
}

Please note that we cannot provide further support for this since this is a third party plugin but the code above should eliminate the gap.

Hope this helps.

Brilliant, THANK YOU

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.