Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author MembershipWorks

    (@sourcefound)

    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%
    }

    Thread Starter imillard

    (@imillard)

    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!

    Plugin Author MembershipWorks

    (@sourcefound)

    No problem… and have a happy new year!

    Where in the css file should I add the code above?

    Plugin Author MembershipWorks

    (@sourcefound)

    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

    Plugin Author MembershipWorks

    (@sourcefound)

    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

    Plugin Author MembershipWorks

    (@sourcefound)

    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!

    Plugin Author MembershipWorks

    (@sourcefound)

    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

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘resize text box area?’ is closed to new replies.