[Resolved] Alter Padding around Page Navigation

Home Forums Support [Resolved] Alter Padding around Page Navigation

Home Forums Support Alter Padding around Page Navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #467591
    Robert

    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.

    #467729
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

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

    Perfect! Thanks!

    #467947
    Leo
    Staff
    Customer Support

    No problem.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.