Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Laura J

    (@rainfrog)

    I fiddled around with this some more and discovered that this issue only happens when the Genesis theme settings for content archives item “Select Post Navigation Technique:” is set for Numeric. If I change the setting to “Previous / Next” then the pagination appears correctly at the bottom of the page.

    I sat with the same issue, if you select numeric pager just add the follow to the css:

    .archive-pagination,
    .entry-pagination{
    clear: both;
    }

    That fixes the positioning.

    Thread Starter Laura J

    (@rainfrog)

    Thank you serverobserver. That solves it. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pagination pushed into one column’ is closed to new replies.