Thanks i found this in the css file:
TEXTAREA {
margin: 0.1em;
display: inline;
width: 100%;
float: right;
}
Changed the 100% to 70% and all is fine now.
Cheers
Thanks i found this in the css file:
TEXTAREA {
margin: 0.1em;
display: inline;
width: 100%;
float: right;
}
Changed the 100% to 70% and all is fine now.
Cheers