I bought this website template from dreamtemplate and the copyright text displays on the center of the page ontop of the main body content! I had not changed any code at all. It was like that when I extracted the files. I looked at the code and couldn't find anything wrong, but I guess that doesn't say much since I had to buy a template :P
Here's a screenshot of it:
http://jt-software.net/baddesign.p开发者_开发知识库ng
The html for that page is at: http://jt-software.net/services.html
And the css styling is at: http://jt-software.net/style.css
Can someone please help me fix this? :)
Thank you
Try in style.css on line 7, for .header_resize
change height:490px
to min-height:490px
精彩评论