studiopress / genesis-sample

This is the sample theme created for the Genesis Framework.
https://demo.studiopress.com/genesis-sample/
528 stars 284 forks source link

white space #330

Closed ghost closed 4 years ago

ghost commented 4 years ago

What is this white space at the bottom?

Screenshot 2020-01-20 at 5 33 57 AM

All browsers

nickcernis commented 4 years ago

@broros I can't reproduce this so far, but I've seen it before from plugins, custom code, or custom content that overflows the container.

Do you have a link to the live site, or steps to reproduce and browser/platform info if you're not using any plugins and haven't modified the theme?

The site-footer https://demo.studiopress.com/genesis-sample/ doesn't display this in Chrome if I make the background darker, for example:

Screen Shot 2020-01-20 at 14 08 41
ghost commented 4 years ago

apicalhealth.com

nickcernis commented 4 years ago

Thanks for the link, @broros.

The white space is coming from a tracking pixel provided by this element at the foot of the site:

<img src="https://analytics.revelhost.net/piwik.php?idsite=4&amp;rec=1" style="border:0" alt="">

A quick way to diagnose issues like this is to remove elements near the bottom of the site container by selecting them in the Elements window in Chrome and pressing backspace to delete them until the whitespace goes away:

image-removal

To fix it you'll need to remove that element or adjust its CSS in a way that does not affect any tracking functionality it provides. (Piwik may be able to advise further about this.)

Just a note that Genesis Sample GitHub issues are for reporting bugs that are specific to the child theme – it is for things you can reproduce only with Genesis Sample in its default state, or for feature requests.

For troubleshooting help with general WordPress issues or site-specific issues, I recommend these resources: https://studiopress.github.io/genesis/contribute/community/

ghost commented 4 years ago

Thanks