Hi, I have this form I added to my site at [URL=“dreamsoy.com”]dreamsoy.com. How can I increase the width of the text before the boxes?
Thanks!
[quote name=‘Brennie369’]Hi, I have this form I added to my site at [URL=“dreamsoy.com”]dreamsoy.com. How can I increase the width of the text before the boxes?
Thanks![/QUOTE]
Styles.css line 1784
[COLOR=“Red”]form-field label {
clear:left;
float:left;
font-family:Verdana;
font-size:11px;
font-weight:normal;
padding-top:1px;
text-align:left;
width:170px;[/COLOR]
Pretty sure!
Yep, that’s it! Thanks!
[quote name=‘Brennie369’]Yep, that’s it! Thanks![/QUOTE]
Glad to help.
Had a quick look and it looks 100% better like that.