Hello there,
I’m sorry for my late reply! It works fine now. I’ve solved this by adding this following code to my CSS Custom in MailPoet setting:
.mailpoet_form_column {
container-name: column;
container-type: inline-size;
display: flex;
flex-direction: column-reverse;
flex-grow: 1;
justify-content: flex-end;
}
Thanks again!
-
This reply was modified 7 months, 1 week ago by lbnjack.