Move Navigation Buttons In Toward Centre (Tonal Theme)
-
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)
-
Never mind – managed to move them using:
div.nav-previous {
margin-left: 30%;
}div.nav-next {
margin-right: 30%;
} -
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; } -
- The topic ‘Move Navigation Buttons In Toward Centre (Tonal Theme)’ is closed to new replies.