[Resolved] Move Next link to the right

Home Forums Support [Resolved] Move Next link to the right

Home Forums Support Move Next link to the right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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!

    #216108
    Tom
    Lead Developer
    Lead Developer
    #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$ πŸ˜‰

    #216190
    Tom
    Lead Developer
    Lead Developer
    #216212
    rolo

    Great

    I used Unicode: f105 to use the same arrow…

    Last question: how to add more spacing between icon and text?

    Thanks!

    #216295
    Tom
    Lead Developer
    Lead Developer

    You’ll want to replace margin-left: 0; in the CSS with a value like 10px πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.