• Resolved wcp

    (@wcp)


    When you disable pagination, the div containing the pagination still appears below the grid. Which creates a big empty gap below the grid. Is this a bug?

    The navigation div that still appears after disabling it is pagination dark (or lite) in grid-nav-bottom. This has its own paddings and margins, which creates the big blank space.

    I was wondering if i am missing something, or that i have to add some css myself to hide it.

Viewing 1 replies (of 1 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,

    you can hide empty pagination area by CSS.

    
    .post-grid .pagination {
        display: none;
    }
    

    I hope this help your issue.
    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘I have pagination disabled, but divs of them still appear on the page.’ is closed to new replies.