• Resolved theia777

    (@theia777)


    “Next” Page Button not inline with page numbers on footer. It is higher than the page numbers. How do I get it to be on the same line of the page number links to the left.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @theia777,

    Thanks for reaching out.

    I understand you’re having an issue with the alignment of the “Next” page button on your website’s footer. This issue is typically related to CSS styling in your theme.

    In that case, you can try some CSS to change the alignment. Here’s a simple example of how you might adjust the vertical alignment:

    .pagination .next {
    vertical-align: baseline;
    }

    Please note that the code may vary based on your theme. For further assistance, I recommend reaching out to your theme developer for further assistance, as this is out of our support scope.

    I hope this helps.

    Plugin Support omarfpg a11n

    (@omarfpg)

    Hi there ?? ,

    We haven’t heard from you in a while, so I’m going to mark this as resolved for now. Feel free to start a new thread or reply back if you have any more questions.

    All the best,
    Omar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next Page Button not inline with page numbers on footer’ is closed to new replies.