Page 1 of 1

Form Length in Newsletter Made Simple

Posted: Wed Dec 05, 2007 10:14 pm
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!

Re: Form Length in Newsletter Made Simple

Posted: Wed Dec 05, 2007 10:18 pm
by Nullig
You can change them in the stylesheet - look for the id or class of the field and style it there.

Nullig

Re: Form Length in Newsletter Made Simple

Posted: Fri Dec 07, 2007 6:09 pm
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 ?

???

Re: Form Length in Newsletter Made Simple

Posted: Tue Dec 11, 2007 10:36 pm
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.