Find in your CSS (on line 915 of style.css for the Twenty Ten theme):
#nav-below {
margin: -18px 0 0 0;
}
change to:
#nav-below {
margin: 10px 0;
}
What’s happening is that the #nav-below is getting pushed up into your other content due to the minus. It’s not a glitch either or relevant to WordPress itself, someone just made some mistakes when styling the CSS.
Related Posts:
- How to Change Order of Posts in Admin?
- simply loop through posts
- Difference between an archive and a page listing posts
- How to Display Network Post Count?
- WordPress Queue like Tumblr?
- How to disable content pagination?
- How to add/assign or change featured image in post programmatically?
- WP-CLI Bulk delete posts from specific category
- Update all posts automatically when using post_meta
- Moving WordPress to new server: no posts found
- Exclude ALL posts from sub categories
- Post ids are incrementing by an unknown number?
- Can’t show comments count per post outside loop
- Get current users post URL?
- Redirect based on user post count
- Should our pages be posts?
- Allow role to delete posts but block him the wp-admin
- Remove some articles from the list in WPAdmin for a user
- How to Add ‘Post Categories’ to the Dashboard Sidebar
- Link post permalinks to subdirectory /post
- How do I add a custom body class to the admin area of a page?
- How to show featured image in custom post type dashboard post page
- Remove the Edit button in posts for permalinks on certain user roles? WP 3.3
- Show total author’s post views by posts post_meta
- Get the most repeated post contents from a search?
- pre_get_posts query between 2 dates (date stored in custom post meta)
- Why is my Blog Page ID == First Post ID?
- Get the number of posts shown in the current page
- Get all attachment by post excluding featured and content inside
- Custom loop pagination links not working
- CF7 upload file failing [closed]
- Post categories to pages
- Any way for get_next_post() to use the actual post order instead of publish order?
- If in_category not working for multiple single.php pages
- display random posts on index.php instead of latest
- Automatically Import WordPress Blog to Facebook Page [closed]
- Editing 375 posts simultaneously? Maybe from the database?
- Only show a Post once in 10 visits
- How Do I Get My Post Tags to Alphabetize?
- Send a review notification email to admin when a post is 12 months old
- How to add a class to edit_post_link?
- Transition from Draft to Scheduled Post with wp_update_post
- Posts showing […] in it
- Custom Permalink Structure for Pages & Posts
- Getting a “404 Not Found” error when “Preview Changes” is clicked
- How to give classname to post if post has no content?
- Edit custom fields in posts list
- Is it advisable to use $post->comment_count instead of get_comments_number( $post_id )
- Restore woocommerce orders
- Split post title for styling
- Audio post format with Advanced Custom Fields
- Post/page title to permalink transformation – what is behind the scenes?
- Change post date in menu to post title
- How to get value in radio input in post meta box?
- Automate post update for all posts?
- Allowing Users to Register Themselves and Post : Does WordPerss Handle these Problems?
- ACF date picker to trigger category change
- DEL media from the post but keep my featured image or post
- How to insert custom text after H1 to all my blog posts?
- wordpress admin missing Posts button
- Set post title font size automatically according to number of words in post title
- SQL query: select duplicate posts – but using duplicate meta [duplicate]
- Sync All Post Type Tag
- post and page and custom post type
- How can I use query_posts to loop through posts and construct my own content?
- Add view to admin menu to filter for specific criteria ( If post is child of specific Parent )
- How to make an image appear as a thumbnail in the blog post?
- How can i take all ids from untrash_post action?
- Can I Paginate Post after every 25 tag?
- How to show posts ordered by random [duplicate]
- Permalink base only for posts
- If I moved the location of my generic “posts” page, do I need to change the slugs for all of the individual posts?
- Not display post meta if empty
- Query posts from newest category
- Trim excerpt to first paragraph
- issue in wordpress auto delete post and redirect to another 1
- post_name is not stored until post is published… where should I store my slug until it goes live then?
- Adding div to WordPress page content
- WordPress loop uses unmodified posts array, why?
- Loop doesn’t display posts. It displays a link to the home page instead
- Why I have this strange behavior when I try to exlude the featured post from posts visualization?
- Super post cleaner, could this be category specific?
- How to organise post by category and date
- Show post if in category
- How to display custom content in post with category XXX
- Get current post’s child page?
- How to include Related Posts in WP RSS feed
- Display only posts with comments
- retrieve post slug by post_tags taxonomy
- Show all posts in category
- Creating a new Sortable Column in WordPress Admin
- Hide the contents for specific post
- how to show all type of author posts in author page (SOLVED)
- Display post structure in function
- WordPress Page Column Problem [closed]
- If meta_key exists then don’t select this post?
- Adding contents to my wordpress site
- Can`t Access Post Page After Migration
- Moving featured image to top of new post editor screen
- Display posts with id equal to relationship value