Site logo

Archived topic

Sticky copyright issue

3 replies · Started by Samuel on August 9, 2020

Viewing posts 1–4 of 4

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

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

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

You're welcome

This archived topic is closed to new replies.