Hello All,
New to this forum and joined because I need a little help with a minor issue I'm having with centering my pre-made contact form. It's been a while since I have played around with web development and I'm having a problem finding the solution to this simple task Basically after I pasted the HTML code of my contact form, it sits on the left side of the screen and I really would like it to sit in the center. Is there anyone that can help me with this please?
Many thanks guys. James
Without a link or code it is virtually impossible to debug the problem. As a wild guess I'd suggest applying the CSS setting to the contact form:
margin:0 auto;
Though I can't say exactly how to apply it, 'co I haven't seen the code!