This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Closing gap between fields on same line
Started 15 years ago by Regardt | 3 posts |
-
I know this is some very easy css coding, but not for me : (
I have 2 fields on the same line, a drop down and normal field.
There is a gap between them that I'm battling to close. Please see url for an example:
http://www.biggdesign.co.za/machform/view.php?id=2
Also this is my css code at present:
#li_6{
float: left;
width: 40%;
clear: both;
}#li_8{
width: 45%;
float: left;
}Thanks in advance!!!
Posted 15 years ago # -
Hi,
Try to decrease width value in this code :
#li_6{ float: left; width: 40%; clear: both; }
to "width:10%" , then change "title" drop down properties to "large" from machform admin
MachForm Support
Posted 15 years ago # -
Great, got it! Thank you...
Posted 15 years ago #
Reply
You must log in to post.