[Plugin: Subscribe2] Checkbox for Click to Subscribe – too wide – fixed
-
In case anyone else has this issue… My S2 checkbox under the comments box in posts was initially padded with lots of space on both sides, causing the “Click here to subscribe…” text to wrap to the next line. It just looked bad. I found that the following CSS style (set by my Theme Blvd theme) was causing it:
#commentform input {width:40%}
To solve it, I added the following to my custom CSS:
#commentform input {width:auto}
Note to S2 author, you may want to add a width style to the <input> tag of the checkbox to prevent this in case other themes are setting the width of all <input> elements in the comments form. When I originally installed S2, and saw this, I decided not to use S2, but then came back again, and figured out what was causing it. Thanks for the great plugin!
- The topic ‘[Plugin: Subscribe2] Checkbox for Click to Subscribe – too wide – fixed’ is closed to new replies.