Move Navigation Buttons In Toward Centre (Tonal Theme)

  • Unknown's avatar

    Hello

    I’m using the Tonal theme, and am trying to centre the front page “Older Posts” button under the post titles – and move both “Previous” and “Next” navigation buttons under each post in toward the centre

    Thanks, Rob

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    asdopigjasdfg · Member ·

    Never mind – managed to move them using:

    div.nav-previous {
    margin-left: 30%;
    }

    div.nav-next {
    margin-right: 30%;
    }

  • Unknown's avatar

    am trying to centre the front page “Older Posts” button under the post titles

    To center the older posts button on the home page in the Tonal theme, add this to your Appearance > Customize > CSS editor:

    #infinite-handle {
    	text-align: center;
    }
    
    #infinite-handle span {
    	margin: 0;
    }
  • Unknown's avatar

    Nice work on figuring out CSS for the previous/next links.

  • The topic ‘Move Navigation Buttons In Toward Centre (Tonal Theme)’ is closed to new replies.