Hello,

I've created a newsletter sign-up form in a block, but the fields run over the sidebar and are just too big. How do I shrink these so they fit?

Comments

justphp’s picture

Assigned: Unassigned » justphp

In the file called constant_contact.module
On lines 1000 and 1010 change the number of those 2 lines, the bit of code you need to edit looks like this:
'#size' => 30,

Simply change the number from 30 to something like 15, or smaller.

I'll make these be editable from the settings in the next release.

justphp’s picture

Category: support » feature