Hi There,
The Previous / Next buttons of article navigations sits right next to each other in the bottom lefthand corner. Is there a way to put the previous button on the left and the Next Button on the right?

    ONERO1 Hi

    You can try this custom CSS:

    .pagenavigation a.btn.next {
        position: absolute;
        right: 15px;
        bottom: 0px;
    }
    Write a Reply...
    You need to Login to view replies.