Site logo

Archived topic

Alter Padding around Page Navigation

3 replies · Started by Robert on January 10, 2018

Viewing posts 1–4 of 4

I'd like the page navigation to be placed so there's equal "padding" top and bottom. Just to get some symmetry, I added the following:

.nav-links {padding-top: 15px; padding-bottom:

However, what I'd really like is to reduce the top and bottom padding. I'd rather the page navigation container take up less, not more space.

Hi there,

Try this:

.separate-containers .paging-navigation {
    padding: 5px 20px;
}

Perfect! Thanks!

No problem.

This archived topic is closed to new replies.