Space at the bottom and right side of my page

后端 未结 2 625
醉梦人生
醉梦人生 2021-01-25 08:47

This is the page: propertytest.uphero.com

I have narrowed down the problem to the 6 blueish boxes (the top 3 are under a div called offers and the 3 below that are under

相关标签:
2条回答
  • 2021-01-25 09:17

    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.

    0 讨论(0)
  • 2021-01-25 09:28

    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

    0 讨论(0)
提交回复
热议问题