• Hi Ben,

    Is it possible to move the links to pages from the top right to the space below the blog title? And also have it centered?

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Yea this CSS should do the trick:

    @media all and (min-width: 800px) {
      .menu-primary-items,
      .menu-unset {
        text-align: center;
        clear: left;
        margin: 0 auto;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Reposition page links’ is closed to new replies.