• I’m wondering how to remove the space that appears under the footer on my site. It’s not on every page, but it is on all of the pages that have comments. I don’t know if that is because of the page length or what. The site uses background images. All I’ve done so far is to change the footer color to match the background color so that what is happening is not so noticeable. It still takes away from the page because you see a big, blank block of space at the bottom of pages with comments. This is my first WP blog and I’m very new to CSS. Please help. Here’s a link to a page where you can see what I’m talking about: https://budurl.com/pgd7
    You’ll notice that the home page and other pages without comments look fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look at your footer.php. It could do with a bit of tidying up of the comment tags <!-- and --> which is probably causing that effect.

    neaj,

    Is this site using a websnapr plugin of some sort? It appears the code for this is causing the problem see:

    <div id="tooltip0" class="tooltip">
    <p><img src="https://images.websnapr.com/?size=s&url=https://www.hayda.net"/></p>
    </div>
    <div id="tooltip1" class="tooltip">
    <p><img src="https://images.websnapr.com/?size=s&url=https://www.cosmeticdentistwashingtondc.com/dental-hygiene/"/></p>
    </div>

    The code above is printing out at the bottom of your pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Big space under footer’ is closed to new replies.