Contact form button alignment

I am using the 'BeProfile' pre built template and notice that the contact form submit button isn't centre aligned and looks odd next to the other content (it is the same on the demo site).

I'm struggling to find a way to fix this?

 

Comments

  • Hi,

    It is because of the Contact From 7 forms constructions. There is a box with a loader that is visible when you click in the Send message button.

    However, even when it is not visible, the box is still there misaligning the button position.

    Please, use the following CSS code:

    .wpcf7-form.init .wpcf7-spinner,
    .wpcf7-form.invalid .wpcf7-spinner{
       display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Perfect, many thanks for your help.

Sign In or Register to comment.