Hi, you can resize the email text box by adding this to your css file:
.widget_sf_widget_constantcontact .widget-wrapper input[type=”text”] {
width:60%
}
Hi again,
That didn’t seem to work. The size of the text box was unchanged by the custom CSS.
edit: I input the code incorrectly. It is now working. Thanks so much!
No problem… and have a happy new year!
Where in the css file should I add the code above?
You can add it to your theme under Appearance > Editor
Thank you so much for your help. Sorry, I’m still having trouble…
I added this code:
.widget_sf_widget_constantcontact .widget-wrapper input[type=”text”] { width:60% }
Within the Editor under the sidebar/widget section but am not having any luck.
My site is http://www.blocaldetroit.com
For your theme, you will need to use instead:
.widget_sf_widget_constantcontact input[type=”text”] { width:60% }
If you would like the input box on its own line (which I think would look better on your theme), use:
.widget_sf_widget_constantcontact input[type=”text”] { width:100% }
AMAZING!!!! THANK YOU!!!! 🙂
Having an issue with spacing on http://www.mastersmusic.com – towards the bottom. I’m using the short code and have tried all 3 versions of custom CSS as listed above.
Thanks so much.
Eric
Hi Eric, how exactly are you trying to arrange the spacing?
Just center it. Maybe with width 100% or make the text field box smaller? It also doesn’t prompt for name and last name when I put in the additional tag in the short code.
Thanks for your help!
Make sure you are using the shortcode like this:
[constantcontactwidget nam=”1″ grp=”constant contact list name” btn=”button text” msg=”success message”]
Note that it should be nam=”1″ not name=”1″.
For the CSS, try this in your theme css file
.constantcontactwidget_form{text-align:center}
.constantcontactwidget_form input[type=”text”]{width:300px;max-width:100%}
Dude – perfect – Thanks so much! It worked 🙂
Well it still doesn’t prompt for names… any idea?
Will you remove my post with the URL in it? Thanks so much