Home Forums WoodMart support forum Why form field subscribe e-mail not full width in column

Why form field subscribe e-mail not full width in column

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

    mconext
    Participant

    Why form field subscribe e-mail not full width in column

    Attachments:
    You must be logged in to view attached files.
    #83439

    Hello,

    The form element has limited width http://prntscr.com/l7dqko

    Add this code to the Theme Settings > Custom CSS:

    .mc4wp-form>div>p:first-child {
        max-width: 450px;
        width: 100%;
    }

    Best Regards

    #83473

    mconext
    Participant

    thankyou so much

    #83476

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Why form field subscribe e-mail not full width in column’ is closed to new replies.