Home › Forums › WoodMart support forum › Newsletter form › Reply To: Newsletter form
December 14, 2021 at 3:47 pm
#339493
Elise Noromit
Member
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