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
news made simple form styling ..."Solved"........
news made simple form styling ..."Solved"........
Last edited by hagar on Sat Jun 11, 2011 7:53 am, edited 1 time in total.
Re: news made simple form styling
In your stylesheet you could try something like:
Code: Select all
.contactform {
width: XXpx;
}
Re: news made simple form styling
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;
}
.contactform{
size: 20px;
}
......................................................
.cms_textfield {
size: 20px;
}
Re: news made simple form styling
Code: Select all
.contactform input {
width: 20px;
}
Re: news made simple form styling
Solved with
#md4e46username {
width:100px;
}
#md4e46email {
width:100px;
}
thanks.....................Matt
#md4e46username {
width:100px;
}
#md4e46email {
width:100px;
}
thanks.....................Matt