Hi
I refer to this post https://kriesi.at/support/topic/mailchimp-buttons-not-in-centre/
It works, but it works for all pages and ruines other. Like http://movechamps.nl/contact2/
Is there a solution that works for just this page?
Thanks, Peter
Hey Peter,
On what page do you want it to apply? Please link to it so that we can find the page id for you.
Best regards,
Rikard
Hi Peter,
Thanks for that, please try this CSS instead of the one you got from Jordan:
.postid-3695 .avia_ajax_form .first_form {
clear: both;
margin-left: 25.2%!important;
}
Best regards,
Rikard
Thanks Rikard,
That does the job.
Best regards, Peter
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard,
Sorry. I need to improve my testing skills.
It doesn’t work on mobile / small screens.
Have a nice day, Very hot, here :-)
Peter
Hi Peter,
Try to add this as well to remove the margin on mobile screens:
@media only screen and (max-width: 767px) {
.postid-3695 .avia_ajax_form .first_form {
margin-left: 0!important;
}
}
Best regards,
Rikard
Hi Rikard,
Thanks. Very nice.
Lets close this one :-)
Best regards, Peter