news made simple form styling ..."Solved"........

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
hagar
Forum Members
Forum Members
Posts: 18
Joined: Thu Dec 23, 2010 5:08 am

news made simple form styling ..."Solved"........

Post by hagar »

Hello , does anyone know how i can shorten the text input fields in the news made simple subscribe form...........Thanks...Matt
version 1.9.4.1

http://www.matthewharkins.com/index.php
Last edited by hagar on Sat Jun 11, 2011 7:53 am, edited 1 time in total.
uniqu3

Re: news made simple form styling

Post by uniqu3 »

In your stylesheet you could try something like:

Code: Select all

.contactform {
  width: XXpx;
}
hagar
Forum Members
Forum Members
Posts: 18
Joined: Thu Dec 23, 2010 5:08 am

Re: news made simple form styling

Post by hagar »

Thanks forthe reply but im still strugling with this, should i put it in the main style sheet for the page or is there a style sheet for the news made simple form some where? I tried ading both the codes below to the main style sheet one at a time but it didnt work.............Thanks..........Matt


.contactform{
size: 20px;
}
......................................................
.cms_textfield {
size: 20px;
}
uniqu3

Re: news made simple form styling

Post by uniqu3 »

Code: Select all

.contactform input {
width: 20px;
}
Simply in your stylesheet that is attached to your template.
hagar
Forum Members
Forum Members
Posts: 18
Joined: Thu Dec 23, 2010 5:08 am

Re: news made simple form styling

Post by hagar »

Solved with

#md4e46username {
width:100px;
}
#md4e46email {
width:100px;
}

thanks.....................Matt
Post Reply

Return to “Modules/Add-Ons”