Space at the bottom and right side of my page

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 05:33:41

Here is how to sort out the 6 boxes that you currently have as position:relative;

http://jsfiddle.net/F9Q6T/

The basic premise is that you float the boxes inside a container and then clearfix them to make the container the right size.

In terms of the issue at the bottom of the page you need to remove bottom:290px; from your footer. This appears to be what is causing the problem

I think main problem is body background image. You have used image of 1300px * 1000px size. i think you must use image of 1px width with repeat property.. And white space at bottom come due to bottom property of orders and properties div`

thanks.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!