Home › Forums › WoodMart support forum › Customize newsletter position › Reply To: Customize newsletter position
October 1, 2019 at 7:33 pm
#147926

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mc4wp-form > div {
flex-direction: row-reverse;
}
body .mc4wp-form > div > p {
margin-right:0;
margin-left: 0;
}
Best Regards