Change floating footer/infinity scrolling in Yoko theme
-
So, these two things sort of go hand in hand. I’m using the Yoko theme, which uses infinity scrolling. But I want to be able to disable the floating footer so it just sticks to the bottom of the page. I find the floating footer very annoying, since it seems to get in the way when I’m reading posts.
So I’m thinking in order to change the footer, I have to change the scrolling. Any suggestions would be much appreciated! Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This CSS will put the floating footer to the bottom of the page, without disabling the infinite scrolling feature:
#infinite-footer { position: static !important; }Try it out!
-
-
- The topic ‘Change floating footer/infinity scrolling in Yoko theme’ is closed to new replies.