Home › Forums › Support › Move Next link to the right This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 5, 2016 at 11:52 am #215994 rolo “Next Post” link appears below “Previous Post” link (in a new line below) Can you help me to move “Next Post” link to the same line & to the right? Thanks! August 5, 2016 at 11:16 pm #216108 TomLead Developer Lead Developer This might help: https://generatepress.com/forums/topic/customize-post-navigation-buttons-at-bottom-of-blog-posts/#post-90877 August 6, 2016 at 8:42 am #216177 rolo Thanks Tom, I have used your suggested css @media all and (min-width: 769px) { .nav-previous { float: left; max-width: 50%; } .nav-next { float: right; max-width: 50%; } } It works fine, but I need just a little thing: Is it possible to move the little next arrow icon to the right of text? (only for next link) Thanks! I have supported you for ongoing development with 20$ π August 6, 2016 at 9:07 am #216190 TomLead Developer Lead Developer Thank you so much for the donation! π This should help: https://generatepress.com/forums/topic/arrow-position-in-previous-next-post-navigation/#post-157682 August 6, 2016 at 11:57 am #216212 rolo Great I used Unicode: f105 to use the same arrow… Last question: how to add more spacing between icon and text? Thanks! August 6, 2016 at 11:17 pm #216295 TomLead Developer Lead Developer You’ll want to replace margin-left: 0; in the CSS with a value like 10px π Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In