dmieloch
Member
Posted 11 months ago #
I have a long form and I want to split it into two columns to fill up the page. I also have a series of check boxes that I want to display side by side instead of in a big vertical list.
Is it possible to arrange the form fields in a customized manner?
http://wordpress.org/extend/plugins/ajax-contact/
I have tried modifying this then i found that you can control the fields
over Ajaxcontact.css . There you can modify the fields including the width and the height.
dmieloch
Member
Posted 9 months ago #
In addition to width and height can you think of a way I can make the list go horizontal? Assuming they are arranged in a list, maybe the CSS. Something like this?
display: inline; and list-style-type: none;
I'm not sure by this but have you
tried putting with Display:block; ?