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?
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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;
}
This topic has been closed to new replies.