Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #434088

    Hello,
    Is it possible to put the “Yes, add me to your mailing list” on top of the button “post comment” and to the left instead of below and center ?

    thanks
    joanne

    #434473

    Hey joanne!

    Add this to your custom CSS.

    .wysija-after-comment {
      transform: translate(-250px, -60px);
    }
    #respond .form-submit {
      transform: translate(0px, 30px);
    }

    Cheers!
    Elliott

    #434649

    Thanks, it works perfectly.

    #435011

    Hi!

    Great, glad we could help.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.