Site logo

Archived topic

Customize Post Navigation Display

3 replies · Started by Rizki on November 21, 2019

Viewing posts 1–4 of 4

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

Hi there,

try this CSS:

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

It works very well. Thanks David :)

Glad to be of help.

This archived topic is closed to new replies.