Site logo

Archived topic

Sticky Copyright Footer

2 replies · Started by Gio on July 1, 2017

Viewing posts 1–3 of 3

I am building a website and wish for the "Copyright Section" to remain at the bottom of the screen, always visible. Similarly, I wish to add social icons below the copyright line (in the same "Section" so that user/client may be able to access the social icons at all times (across all pages - to be exact.). Moreover, I would like to have a sticky/transparent header, so that, as the user/client scrolls down the pages the menu (or, to be precise, the main navigation menu remains at the top of the screen) allowing users access mid-way through the page.
Thanks.

For the sticky copyright area, try this:

.site-info {
    position: fixed;
    bottom: 0;
    width: 100%;
}
This archived topic is closed to new replies.