Site logo

Archived topic

Change position of Pagination from left float to right float

2 replies · Started by Vijay on October 12, 2021

Viewing posts 1–3 of 3

Hi Team. I want to change the location of pagination from the left to the right side of the container. If possible please provide me CSS code for this. Thank You.

Hi there,

try this CSS:

#nav-below {
    text-align: right;
}

Thanks, David. It worked.

Previously I was using the below code:
.nav-links {
float: right;
}
.paging-navigation {
vertical-align: center;
}

Page numbers got shifted to the right side but they were overlapping with the bottom border of the container.

Thanks, my query is resolved.

This archived topic is closed to new replies.