Before you ask please READ THIS

Footer content stops scrolling on mobile devices

CFPCFP
in Photon Posts: 122
Hi, the footer content on mobile devices (more on landscape) stops before I can see all information. If you wanna take a look:
http://www.friedsamphotography.com

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Works fine for me.

    What browser, what screen resolution?

    With kind regards.
  • CFPCFP
    Posts: 122
    I use an iPhone. What is the last thing you see in the footer if you flip it up?
  • AirAir
    Posts: 10,970
    OK, I see the issue. I will see what can be done, and release update when it will be fixed, or reply here if it will be small enough fix.

    Thanks for report.

    With kind regards.
  • AirAir
    Posts: 10,970
    Hello again :-)

    I think best solution will be to remove max-height from footer.

    Use such custom CSS:
    #footer {
    max-height: none;
    }
    I think I will also add this to theme.

    With kind regards.
  • CFPCFP
    Posts: 122
    That will fix it but not on the iPhone in Landscape mode. In landscape mode now you can't close the footer anymore because the button is now out of range.
  • AirAir
    Posts: 10,970
    Yes, I noticed after I replied, and was working on full solution. Add also:

    @media only screen and (max-height: 450px) {
    .foot-widgets {
    max-height: 180px;
    }
    }
    With kind regards.
  • CFPCFP
    Posts: 122
    Thumbs up!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion