• Resolved insiya07

    (@insiya07)


    hey, i want to make the form box width lesser than what i have now, also the field width is too long , i cant make the field width the width of my content ?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @insiya07

    I hope you are doing well.

    By default it will get 100% of your container, so you would need to use the page builder and make the size defined there.

    But if you want to have a CSS solution this can help:

    .forminator-ui{
        max-width: 500px;
        padding: 20px !important;
    }
    
    .forminator-button-submit{
        width: 200px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    Add to Form > Appearance > Custom CSS.

    But I would suggest:

    – Remove the border from the form
    – Adjust your Elementor Container size, add the border there
    – Add the form shortcode to this container.

    Best Regards
    Patrick Freitas

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @insiya07,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to open a new thread if you have new queries.

    Best Regards
    Nithin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forminator width’ is closed to new replies.