Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    You’ve got a bit of CSS in your style.css that’s overriding the width:

    #main .section {
        border-bottom: 1px dotted #BFC5CA;
        margin-bottom: 20px;
        padding-bottom: 10px;
        width: 100%;
    }

    Remove the width and the inputs will render properly.

    Thread Starter disturbedcooking

    (@disturbedcooking)

    Hi Matthew,
    cool, thanks! That worked! ??
    Sven

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Visual Form Builder] Size of fields not rendered correctly’ is closed to new replies.