Posted by cananian on September 29, 2011 at 4:01am
2 followers
Jump to:
| Project: | Constant Contact |
| Version: | 7.x-3.1-beta5 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | justphp |
| Status: | active |
Issue Summary
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
#1
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.
#2