Forums

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

Home Forums CSS Can't get the spacing on this form right Reply To: Can't get the spacing on this form right

#236219
mhodges44
Participant

artlessink,

Paulie_D is right. unless you can change the code structure to use some type of grid layout, you’re just going to have to go through the painful process of setting specific floats, clears, media queries, and % widths/margins/padding. What you are wanting is very doable, it will just take an hour or so of your time to sit down and set the style parameters and selectors for everything. I would suggest working within the codepen that you linked and using your browser’s developer tools to tweak the layout to figure out exactly what properties you will need.