Hi @manuelmeszarovits,
You’re referring to the form below the post, right?
In this case, can you please add this CSS code instead?
mp_form_below_posts1 {
width: 100%;
}
Thank you Bruna for your quick reply.
Yes is the form “subscribe” below the post and below the more post with 5 thumbnails. My form is with a old camera.
I don’t understand what do you mean?
Instead:
.mailpoet_form {
}
form {
margin: auto !important;
}
I have to put
.mp_form_below_posts1 {
width: 100%;
}
Or another way, because like this nothing change
Thanks again for your time,
Manuel
Hello Bruna, thinking in my head all night long, I found the solution. I add this additional css code, and is working perfectly:
.mailpoet_form_below_posts {
margin: 0 auto;
}
Thank you for your help.
Have a good day,
Manuel
