Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #893026

    Hey there!

    On our site when you scroll through pages that list multiple properties, the sorting function gets hidden behind the footer when scrolling to the bottom of the page. Is there a quick CSS code I can add to force the sort to appear over top of the footer?

    #893042

    Hey Chris,
    This would fix the issue:

    #footer {
        z-index: 0!important; 
    }

    But the socket would still cover the sorting function at the very bottom. We could still do the same for the socket, but it makes the social links in the socket moot, at this point you could just remove the socket all together.
    Have you considered that a visitor who makes it to your footer is probably done sorting and is looking for more info about your company and other ways to connect to you?
    I only bring this up as a UI (User Interface) example, please advise how you would like to proceed.

    Best regards,
    Mike

    #893291

    I agree with you 100%. The ideal would be for the “pages” bar to stop at the top of the footer, but I have no idea how to do that.

    #893501

    Hi,
    That would require quite a bit of customization, but I did think of a way to move the socket up some so the sorting bar could rest under it:

    footer#socket {
    margin-bottom: 70px !important; 
    }

    Best regards,
    Mike

    #894884
    This reply has been marked as private.
    #895010

    Hi,

    I’m glad you were able to get this issue corrected. We will refer to your referenced thread to solve your other issues.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer covering over items’ is closed to new replies.