Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #807323

    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

    #807750

    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

    #807928

    Hey Rikard

    Only this page http://www.movechamps.nl/nieuwsbrief/

    :-)

    Thanks, Peter

    #808382

    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

    #808903

    Thanks Rikard,

    That does the job.

    Best regards, Peter

    #809189

    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

    #810344

    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

    #810723

    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

    #810879

    Hi Rikard,

    Thanks. Very nice.

    Lets close this one :-)

    Best regards, Peter

    #810912

    Hi Peter,

    Great, glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘mailchimp-buttons-not-in-centre’ is closed to new replies.