Layout Problem, CSS Maybe? Help Appreciated!

Hey Guys

You can find my site at


www.downingwebdesign.com/notworkingcontact

I am trying to implement this script but it is causing errors to the layout and I cannot work out why. You can view the source on the webpage.


http://inspectelement.com/tutorials/animate-a-contact-us-slide-out-area-using-jquery/

Any help appreciated, I will possibly make a donation to people who help out with my issues!

In your contact.css file, in the rule:

h1, p { position: relative; top: 110px; }

Remove the top: 110px

That puts your phone and text back up where they should be.
I hope this helps!