• Resolved Sascha

    (@kleinsascha)


    Hello,

    as you can see on https://prnt.sc/gjEPkzmKGIU3 the “next” button (which is here translated in german) is to small to contain the word.

    Two questions regarding this:
    1. how can I change this size of the pagination buttons, especially the “next” button
    2. how can I center these buttons in the middle of the page under the reviews?

    Best regards
    Sascha

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    The pagination inherits the styling of your theme. I can offer some suggestions on custom CSS to override your theme styles, but you would need to provide the URL of your website.

    Thread Starter Sascha

    (@kleinsascha)

    Hello, thanks for your answer.

    I created a test-site for you:

    [ redundant link removed ]

    • This reply was modified 2 years, 6 months ago by Jan Dembowski.
    Plugin Author Gemini Labs

    (@geminilabs)

    Again, this is not a problem with Site Reviews, but rather being caused by your theme.

    Try this:

    .pagination .nav-links {
        display: flex;
        flex-wrap: wrap;
        gap: .5em;
        justify-content: center;
    }
    .pagination a.page-numbers,
    .pagination span.page-numbers {
        height: auto;
        line-height: 1;
        margin: 0;
        padding: .6em .8em;
        transform: scale(1);
        width: auto;
    }
    Thread Starter Sascha

    (@kleinsascha)

    Hello,

    it works perfectly with your code – many thanks!
    Thanks you as well, that you had a look into the site and helped me out here, even it was a theme issue and not a plugin issue!
    Great support, which I will recommend in a review! ??

    Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Size of pagination “next” button’ is closed to new replies.