Form Length in Newsletter Made Simple

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
HomeAndFamily
New Member
New Member
Posts: 4
Joined: Sat Oct 13, 2007 6:59 am

Form Length in Newsletter Made Simple

Post by HomeAndFamily »

Hello,

I installed the Newsletter Made Simple extension and it is working fine.  The problem is that I have the sign up box in my site's right column.  I would like for my column to be limited to 130px wide, but the length of the name box and email address box are so long that it breaks the column width.  So, the right column is much wider than I would like.

Where can I change how long the name and email address field boxes are?

Thanks!
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Form Length in Newsletter Made Simple

Post by Nullig »

You can change them in the stylesheet - look for the id or class of the field and style it there.

Nullig
User avatar
mexican
Forum Members
Forum Members
Posts: 16
Joined: Wed Oct 10, 2007 2:34 am

Re: Form Length in Newsletter Made Simple

Post by mexican »

can you tell  where the stylesheet for this module is ?

i cant find it.

or should i use the one for the site ?

???
User avatar
mexican
Forum Members
Forum Members
Posts: 16
Joined: Wed Oct 10, 2007 2:34 am

Re: Form Length in Newsletter Made Simple

Post by mexican »

I found it

it might be the worst  method .. but its working

in the stylesheet for the page

div#emailbox input{
  float: left;
  width: 8em;    /* control the width for the input box */
  font-size:  1.5em; 
  text-align: left;
  padding: 0.0em 0 0.1em 0;
  margin: 0 0em;
}

--------


now in the NMS admin  page
under "Subscribe"  modify the template

{if $message ne ""}

{$message}

{/if}
{$formstart}
{$formhidden}
        {if $prompt_email ne ""}

------ this is the interesting part -------
  {$email}



        {/if}
       

    {$submitbtn}
{$formend}


nice uhh  ;)


i love CMSMS.
Post Reply

Return to “CMSMS Core”