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

    (@mpwalsh8)

    It looks like the way your web site is set up, the theme CSS is taking precedence over the custom CSS for the plugin. Try doing this:

    div.ss-form-entry > input { width: 650px !important; }
    div.ss-form-entry > textarea { width: 650px !important; }
    Thread Starter mcnamarac

    (@mcnamarac)

    That did the trick, first try. Thank you so much!
    I love this plugin. Keep up the GREAT work!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    You might want to add this as well, it will move the required asterisk symbol up to the end of the question.

    div.ss-q-title > label {
        display: inline !important;
    }
    Thread Starter mcnamarac

    (@mcnamarac)

    I was just going to start tackling that issue. Thank you! You don’t know how much you’ve just helped!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text box width won't change with CSS’ is closed to new replies.