"load more posts" how to center this on the page
-
I changed my read settings not to scroll infinitely. now when you get to the bottom of my page it say “load more posts” instead of NEXT PAGE etc…
How can I center this button?
-
To center the ‘Load more posts’ button in the K2-lite theme, add this to your Appearance → Custom Design → CSS editor:
#infinite-handle { text-align: center; }That will center it below the post content. If you’d like to widen just the ‘Load more posts’ container so it looks centered compared to the entire content + sidebar width, add this instead:
#infinite-handle { width: 890px; text-align: center; }
- The topic ‘"load more posts" how to center this on the page’ is closed to new replies.