Viewing 1 replies (of 1 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Make sure you have enabled custom CSS in the plugin settings and then add the following to the custom CSS field on your form definition:

    input.ss-q-short, textarea.ss-q-long {
        width: 400px !important;
    }
    
    label.ss-q-item-label {
        display: block;
    }

    Change the 400px value to whatever width looks best to you. If you want the text areas and input boxes to be different widths, you can create separate rules for each one with different widths.

Viewing 1 replies (of 1 total)

The topic ‘Styling Tips’ is closed to new replies.