Home Forums WoodMart support forum Email field wrong formated

Email field wrong formated

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65941

    Babajoe70
    Participant

    currently the email field is concealed by the agree-button. i would like to put the agree button below, how can i fix that

    Attachments:
    You must be logged in to view attached files.
    #65981

    Hello,

    Please add this custom code to Theme Settings > Custom CSS:

    body .mc4wp-form>div {
    	display: block;
    	margin-left: 0;
    	margin-right: 0;
    }
    
    body .mc4wp-form>div>p {
    	margin-left: 0;
    	margin-right: 0;
    }

    Best Regards

    #66298

    Babajoe70
    Participant

    thank you very much it worked

    #66301

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)