Archived topic
Sticky Copyright Footer
2 replies · Started by Gio on July 1, 2017
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.
Hi there,
Sticky Copyright is tricky. You can try a plugin like this: https://en-ca.wordpress.org/plugins/sticky-menu-or-anything-on-scroll/
For second line in copyright: https://generatepress.com/forums/topic/text-inside-copyright-box/#post-213466
Sticky navigation: https://docs.generatepress.com/article/sticky-navigation/
For the sticky copyright area, try this:
.site-info {
position: fixed;
bottom: 0;
width: 100%;
}