Wednesday, March 8, 2017

How to center align pagination in Genesis magazine pro theme


Pagination in Magazine pro theme (Genesis framework) is left aligned by default. To align it to center use below CSS code in additional CSS under Appearance > customize menu.

.archive-pagination {
text-align: center;
}

To add space between pagination number blocks in Magazine pro theme (Genesis framework) use below CSS code :

.archive-pagination li {
margin-left: 5px;
}

No comments:

Post a Comment