Archived topic
what are the default footer settings?
6 replies · Started by Streater on June 15, 2021
I'm obsessive about a responsive page... what are the default settings for the copyright footer?
Because I want to apply these same settings to my side bar navigation logo.
For some reason, when the browser navigation is made vertically smaller, instead of my logo being pushed up or staying static (I wouldn't mind either), the logo drops down like 5px! It looks weird jumping around.
NEED THIS SOLUTION: I like the settings with the copyright... how when you make a browser window vertically smaller, it keeps the footer sticky at the bottom until it is stopped by the Footer Menus.
I want to apply this same setting to my side bar logo. Any ideas?
Hi there,
can you share a link to the site so i can see this issue ?
I just noticed too that the problem is only with safari... looks good in Firefox and Chrome
The footer positioning is 'responsive' because you have this CSS:
.footer-widgets {
padding-bottom: calc(100vh - 485px);
}
Its not a theme behaviour.
Right... the footer works perfectly. I'm trying to figure out how to apply the responsive settings that the copyright footer has to my side bar navigation. What are the settings for copyright? I like how it sticks to the bottom when the window gets smaller.
Hi there,
Try David's CSS here to stick the footer to the bottom of the viewport - https://generatepress.com/forums/topic/cant-get-menu-nav-or-footer-to-be-sticky/#post-1232453
And since the footer is pushed to the bottom, the copyright element will end up in the bottom as well because the copyright element is a child of the footer.