• Resolved clarisajoyce

    (@clarisajoyce)


    Hello! Grid Loop is excellent, and it works perfectly on my blog, but there is a pagination issue when the grid only has two items (currently, my grid has 3 columns).

    What should I do so that the pagination is consistently at the bottom? You can find the issue here. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Add this to your theme’s CSS file (or in Appearance > Customize > Custom CSS) to clear the float and ensure the pagination is always at the bottom:

    .pagination { overflow: hidden; width: 100%; }

    Thread Starter clarisajoyce

    (@clarisajoyce)

    Thank you so much!!! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pagination Issue after activating Grid Loop’ is closed to new replies.