Getting rid of whitespace?

on my page,
http://shores.teamluke.net/
why is there such a large gap underneath the row of pictures and the link things (in the gallery area which is like 2/3 down the page.

Thanks…

One of your gallery item images is way too tall (out of proportion to all the others): http://shores.teamluke.net/img/gallery/tennis1.jpg

1 Like

The cause of the gap is this image: http://shores.teamluke.net/img/gallery/tennis1.jpg it’s causing the the div to stretch.

1 Like

Hints from the peanut gallery…

To help figure out why stray space happens, put an outline around the outer container(s), then work your way inward as needed.

If totally desperate,

* {outline:1px dashed red}

will put an outline around every box on the page.

Although more time consuming, you could also learn how to use your browser’s dev tools.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.