Rendering of subscription form has changed

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Fri May 02, 2014 3:47 am
Hi everyone

I'm using the ChimpyLite Mailchimp plugin for a newsletter subscription form.

I had this looking perfect but since the latest Wordpress upgrade my input fields have shortened themselves and no longer have spaces between them. A border even appeared around all the fields but I managed to remove that.

When I put width: 700px; in the css using Firebug, the input fields increase in size but when I put that in the plugin override css they don't change.

Also I've tried to put padding between each field using Firebug but nothing changes.

Would really appreciate the css code to get my form looking good again.

Thanks in advance as always.

S
User avatar
Senior Boarder

GK User
Fri May 02, 2014 4:14 pm
Hi,

Could you provide an URL to your website? (here or via PM).
User avatar
Moderator

GK User
Sun May 04, 2014 1:10 am
User avatar
Senior Boarder

GK User
Mon May 05, 2014 8:18 am
Hi,

Try to add this code into override.css:

Code: Select all
.chimpy_lite_status_underlay input[type="text"] {
   margin: 12px 0;
   width: 600px;
}

.chimpy_lite_status_underlay fieldset {
   padding: 0;
}
User avatar
Moderator


cron