Site logo

Archived topic

Pagination messed up after Update

5 replies · Started by Marius on October 30, 2020

Viewing posts 1–6 of 6

Hello,

on several sites, i have made an update GP and GPP.

But on all the sites the pagination looks ugly now. It seems, that the css ist not working anymore for this.

Why is that and what to do?

I have this css:

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

Hi there,

Edit your CSS to this:

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

You also have a random * added that you might want to remove:
https://www.screencast.com/t/r7pfjna2Cam

Hi Leo,

thanks, that worked. I have removed the star as well.

Why was this happen? Where there some changes on update, that did do that?

Yeah just a CSS we've added to the theme which overwrote your original CSS.

ok, thanks.

No problem :)

This archived topic is closed to new replies.