• Resolved dryba12287

    (@dryba12287)


    I am using wordpress 3.9 and I have tried all of your examples to change the size of the text box in my custom css file, and they do not appear to work.

    i have also tried to change the .php files to an exact size (for example size=”35″ which also did not work.

    Can you please tell me how to change the size of my text box for my website.. Here is the link to the about us page where your widget is on the sidebar
    http://www.savinghom.es/?page_id=353

    The widget works great by the way!

    Thanks!

    https://wordpress.org/plugins/constant-contact-widget/

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

    (@sourcefound)

    Hi! Use this CSS to override the style applied by your theme:

    #sidebar .widget_sf_widget_constantcontact .input[type=”text”] {width:160px}

    Thread Starter dryba12287

    (@dryba12287)

    #sidebar .widget_sf_widget_constantcontact .input[type=”text”] {width:160px}

    works with simple catch. Just change the 160px to whatever size you want.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resize Text Box size with simple catch theme’ is closed to new replies.