Page 1 of 1

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

Posted: Fri Jun 10, 2011 7:41 am
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

Re: news made simple form styling

Posted: Fri Jun 10, 2011 8:05 am
by uniqu3
In your stylesheet you could try something like:

Code: Select all

.contactform {
  width: XXpx;
}

Re: news made simple form styling

Posted: Sat Jun 11, 2011 5:29 am
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;
}

Re: news made simple form styling

Posted: Sat Jun 11, 2011 7:27 am
by uniqu3

Code: Select all

.contactform input {
width: 20px;
}
Simply in your stylesheet that is attached to your template.

Re: news made simple form styling

Posted: Sat Jun 11, 2011 7:50 am
by hagar
Solved with

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

thanks.....................Matt