Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Try changing your CSS from this:

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

    To this:

    .page-numbers {
        padding: 5px 10px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid;
        text-align: center;
        line-height: 50px;
    }
    Thread Starter dhyanakendra

    (@dhyanakendra)

    Hi Tom

    Thank you so much!

    Regards
    BM

    Theme Author Tom

    (@edge22)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog Archive page pagination customization’ is closed to new replies.