Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive contact form Re: Responsive contact form

#134465
Anonymous
Inactive

Try wrapping each small group of check boxes inside a div, give it a width of 100px and add float:left; for the checkboxes.

There are other things to point out about your code. Your using paragraph tags for the checkbox section headings.