Site logo

[Support request] Fix the Footer

Home Forums Support [Support request] Fix the Footer

Home Forums Support Fix the Footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #718166
    Iñaki Mansilla

    Hi, I’ve seen your solution with this CSS:


    @media
    (min-width: 768px) {
    .site-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    }
    #page {
    margin-bottom: 150px;
    }
    }

    Nevertheles when you scroll some sections it look above the the footer.

    Do you have any suggestion?

    Thank you in advance

    #718168
    Iñaki Mansilla

    adding this line

    z-index: 1000;

    and now is ok
    any other suggestion?

    #718310
    Leo
    Staff
    Customer Support

    Hi there,

    Tried checking your site but the link isn’t working.

    It’s CSS code so if it works then there shouldn’t be anything to worry about.

    Let me know if you need another look 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.