Forms! AAArrrrgggggg! ha ha!

Does anyone else have problems getting forms to do what you want them to do? As far as positioning elements goes? If anyone has any pointers, or just wants to generally chat about them, Let’s get this thing going!

Well google chrome web inspector can tell you all you want to know. Are your elements inline? Block? Flex? Inline flex? Or other… margins?
The box model is so easy to analize and inspect.

my go-to for issues like this is w3Schools that is a link to the box model to help you see what different commands do for moving your object. Hopefully, that helps but if not post an example of the code you are having issues with, and people can poke around at it and help you