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
Space between checkbox and choice
Started 14 years ago by tania | 3 posts |
-
Hi, I hope I can explain this. Is there a way I can reduce the space between the checkbox and the options?
Thanks!
Posted 14 years ago # -
You can change the padding and margin properties for those fields. Search for these code in your CSS form :
#main_body label.choice { color:#444444; display:block; font-size:100%; line-height:1.4em; margin:-1.55em 0 0 25px; padding:4px 0 5px; width:90%; }
then change to be like this :
#main_body label.choice { color:#444444; display:block; font-size:100%; line-height:1.4em; margin:-1.3em 0 0 25px; padding:0 0; width:90%; }
MachForm Support
Posted 14 years ago # -
Thank you! It was actually the space between the checkbox and the option (which I learned by trial and error is the 25px) that I was referring to, but you made the spacing better all around. Much appreciated.
Posted 14 years ago #
Reply
You must log in to post.