Site logo

[Resolved] Customize Post Navigation Display

Home Forums Support [Resolved] Customize Post Navigation Display

Home Forums Support Customize Post Navigation Display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1070932
    Rizki

    Hi team,

    How do I make the post navigation’s position in single post aligned right and left on desktop view ? https://prntscr.com/q06e54

    #1071114
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (min-width: 769px) {
        #nav-below {
            display: flex;
            justify-content: space-between;
        }
    }
    #1071731
    Rizki

    It works very well. Thanks David 🙂

    #1072277
    David
    Staff
    Customer Support

    Glad to be of help.

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