Home Forums WoodMart support forum Need help for one plugin

Need help for one plugin

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

    thenightfox91
    Participant

    Hi there , im using the Contact form 7 as form for newsletter . I have configurate it all works fine but can you please help me to put the Send button in the right side and also to add radius . Look at the screen shoot what i mean : https://paste.pics/FDWBY im testing this in my staging website . Thank you so much 🙂

    #340522

    Hello,

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

    .wpcf7-form{
    display:flex;
    }
    input.wpcf7-form-control.wpcf7-submit{
     display:inline-block;
     margin: 20px 0 0 10px;
    }

    Best Regards

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