Making WordPress.org

Opened 5 weeks ago

Closed 5 weeks ago

#7954 closed defect (bug) (invalid)

Pagination is not align center

Reported by: rutvikbhambhi2004's profile rutvikbhambhi2004 Owned by:
Milestone: Priority: normal
Component: General Keywords: has-screenshots
Cc:

Description

The pagination on the "Five for the Future" pledges page is not aligned to the center of the screen.

Issue page: https://wordpress.org/five-for-the-future/pledges/
Screenshot: https://prnt.sc/7muTA9royh5k

Ref: https://wordpress.org/themes/

Try the following CSS improvements:

.wp-block-query-pagination.wp-block-query-pagination {
    justify-content: center;
}

Change History (1)

#1 @Otto42
5 weeks ago

  • Resolution set to invalid
  • Status changed from new to closed

It is not supposed to be centered on the screen.

Note: See TracTickets for help on using tickets.