Hello, I am trying to take the text next to the forms, but unfortunately no matter what I tried it is not working. The site is shout and if you see in index the form is aligned to the right, I want the text to float close to the forms. You will see a big gap in between and can't figure out how to fix it. Any help would be great. Thanks in advance
Change the float: right; of the form to a float: left; and add an aditional margin-left: 20px; or something like that to make it look proper this way it will also work on wide screens
at the top of your css file add: FORM {margin: 0px; } Code (markup): Then adjust the amount of margin above to suite you.