Home Forums WoodMart support forum Customize newsletter position

Customize newsletter position

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147902

    acaua.ferreira
    Participant

    Hello Support, I would like to move to the left this newsletter ”submit”(inscrever) Button.
    Please help-me with some css to do it?

    how it is now:
    https://snipboard.io/CPEIyp.jpg

    How I want:
    https://snipboard.io/42jHIK.jpg

    #147926

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mc4wp-form > div {
        flex-direction: row-reverse;
    }
    body .mc4wp-form > div > p {
        margin-right:0;
        margin-left: 0;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)