My website has a design similar to the Google Web Store. However, I am having an issue with the two boxes at the bottom not filling up the space above them.
The boxes are wrapped in a ul
element and the items are in li
elements. The list items are floated left and the ul
has a clear.
If you would like to see the issue in action, here is the link to the jsfiddle: http://jsfiddle.net/wTCKr/
I would greatly appreciate any CSS or JS suggestions to fix this problem. Thank you!