[Resolved] Pagination messed up after Update

Home Forums Support [Resolved] Pagination messed up after Update

Home Forums Support Pagination messed up after Update

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1511504
    Sonja

    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;
    }
    #1511531
    Leo
    Staff
    Customer Support

    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

    #1511552
    Sonja

    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?

    #1511557
    Leo
    Staff
    Customer Support

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

    #1511559
    Sonja

    ok, thanks.

    #1511574
    Leo
    Staff
    Customer Support

    No problem 🙂

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