Home Forums WoodMart support forum Newsletter form Reply To: Newsletter form

#339493

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.wpb_content_element .mc4wp-form>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -3px;
    margin-left: -3px;
}
.wpb_content_element .mc4wp-form>div>p {
    margin-bottom: 10px!important;
    margin-right: 3px;
    margin-left: 3px;
}
.mc4wp-form input[type="submit"] {
    padding-right: 35px;
    padding-left: 35px;
	margin-top:30px;
}

Best Regards