What is better is that I created a page with a gallery of Screen shots of what it looks like out of the box and with a CSS fix.
I did the gallery method way because I need this WordPress site to display to potential customers so I cannot leave this WordPress site unfixed waiting for someone to view the problem. Please view the gallery of screen shots to see the problem I refer to.
I did use my own CSS fix. So you will see screen shots “before” and “after” a CSS fix.
You will notice that the fix added more white space under the page content and content-image. This is generally not good, way too much white space causes too much scrolling in mobile screens, thus this is a temporary CSS fix.
When there is enough content, it seems to work fine, so the problem occurs when there is little content to fill the space.
Unfortunately, the CSS fix I used requires a fixed margin value (see below) and this is not a good thing to do with different screen sizes between Desktop to Tablet or Smartphone. The footer should automatically be at the bottom of the screen.
This is what I used in my CSS fix:
.footer {
position: relative !important;
top: 389px !important;
}
The URL to this gallery page with screen shots is:
https://www.formwebdesign.ca/wordpress/evolve-screen-shots/
The images have caption names and click on any one image will show a black dotted boundary, which replicates the border of the screen.
PS:
By the way, are you the author of this theme? I ask this because the styling of the menu is awful in mobile screens, its hard to read. Something that also needs to be fixed in any updates. This is because the text shadowing makes the menu text way too light and very hard to read. I did some fix to it but needs more work.