• Hi,

    I want to place the CC widget in a side nav that is too narrow for the current width of the widget. Where do I change the width? Thanks.

    Carl

Viewing 1 replies (of 1 total)
  • Plugin Author Zack Katz

    (@katzwebdesign)

    You can change the width using CSS. The widget will have a class of constant-contact-signup, allowing you to do something like this with CSS:

    /* Make the container 95% of the sidebar */
    #sidebar .constant-contact-signup {
    width:95%;
    }
    /* Make the text fields 80% of the width of the container */
    .constant-contact-signup input[type=text] {
    width:80%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Constant Contact for WordPress] Modifying form field length’ is closed to new replies.