Active
Project:
Constant Contact
Version:
7.x-3.1-beta5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Sep 2011 at 04:01 UTC
Updated:
9 Apr 2012 at 12:52 UTC
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
Comment #1
justphp commentedIn 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.
Comment #2
justphp commented