You used a . (class) selector when you copied my first example. But you need to use the ID to overwrite the CSS to select it more specifically. See this Screenshot for an explanation.
Our CSS is super-tight. Sometimes, using !important is required, depending on certain situations. I'm sure you can appreciate that when trying to create a global plugin stylesheet that works in a lot of different scenarios. You can always add a class to your form and/or individual fields in the formbuilder to build your selector more specifically that will not need the !important. Actually, when you correct the CSS snippet as I showed in the screenshot above, you should not need the !important.
Also, since your theme is using responsive design, you might even be able to throw a generic selector into a media query subset of the CSS to edit this word-wrap. Anyways, point is, skies the limit on selecting.
To place css in the reply, just place [css] in between the backtick characters.
Posted 12 years ago on Sunday May 20, 2012 |
Permalink