[Resolved] Pagination Container

Home Forums Support [Resolved] Pagination Container

Home Forums Support Pagination Container

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #935078
    Mark

    For some reason, there is a big box/container around my pagination area. Please let me know if I can get rid of that.

    #935085
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to the border?
    https://www.screencast.com/t/dhnTw4sZ

    If so remove this CSS added:

    .page-numbers {
        padding: 5px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid;
        text-align: center;
    }

    Let me know if this helps πŸ™‚

    #935092
    Mark

    I removed that and it just reverts me back to the standard pagination. That box is still there.

    #935093
    Leo
    Staff
    Customer Support

    Ahh I think I know what you are saying.

    Try adding this CSS:

    .separate-containers .paging-navigation {
        background-color: #fafafa;
    }

    Let me know πŸ™‚

    #935108
    Mark

    Sweet!

    While I got you, can you point me in the right direction to remove the space between the top homepage blog post and the top navigation? I’ve seen it done before and like the look. I would also do this on post pages as well. Thanks

    #935117
    Leo
    Staff
    Customer Support

    Try this:

    .separate-containers .site-main, .separate-containers .inside-right-sidebar {
        margin-top: 0;
    }

    Let me know πŸ™‚

    #935127
    Mark

    Not sure if I’ll use but it works. Thanks

    #935183
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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