Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #493599

    Hi, I changed default geodirectory pagination to enfold style. But there is error occurred.

    I inserted custom css like below.

    .Navi a {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin-right: 3px;
    margin-top: 15px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    }

    Then, style has been changed, but current page number place wrong spot.
    Please take a look the link at below. (please scroll down to the bottom)
    http://kfoodweek2015.com/beta/places/food-stores/

    Could you please advise how to fix it?

    #493709

    Hi srcnc!

    Switch your CSS from this.

    .Navi a {
    

    To this.

    .Navi a, .Navi strong {
    

    Best regards,
    Elliott

    #493718

    Oh! Thank you so much! Pagination starts from no1, but there is one error. there is one more empty circle at the end of numbers.
    and “>>” places a bit off.
    http://kfoodweek2015.com/beta/places/food-stores/

    Please see the capture image.
    https://www.dropbox.com/s/0hv0b53zaj1ima8/capture-pagination-01.png?dl=0

    Thanks much for your help in advance.:-)

    #493813

    Hi, I solved this problem! Now it looks good. You can close this case now. :-) Thank you so much!

    #493859

    Hi!

    I am do closing the case, thx a lot for letting us know!
    We will be here if anything else comes up!

    Cheers!
    Basilis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Pagination error’ is closed to new replies.