[Resolved] Sticky copyright issue

Home Forums Support [Resolved] Sticky copyright issue

Home Forums Support Sticky copyright issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1393724
    Samuel

    Hi,

    I made my copyright footer sticky with Tom’s CSS :

    .site-info {
    position: fixed;
    bottom: 0;
    width: 100%;
    }

    But you’ll see on my homepage that it disappear under some post blocks from WP Grid Builder plugin when scrolling.

    Would you have a solution to make it displaying on top of everything in the page ?
    This issue is reproduced on each page using post blocks from WP Grid Builder.

    Thanks for your help !
    Samuel

    #1394113
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    article {
        position: relative;
        z-index: 0;
    }

    You may want to check the site for wherever an article is displayed to make sure it doesn’t adversely effect them

    #1394181
    Samuel

    Hi,
    It’s working perfectly,
    thanks a lot,
    Sam

    #1394249
    David
    Staff
    Customer Support

    You’re welcome

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