adjust page numbers with same line as for next and previous post buttons

as u can see in this screenshot

u will see that the page numbers and previous and next buttons not in the same height. so how can i fix that?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

hey noda

my website just new and i just installed the theme recently

here is an example
https://bunckyspa.com/?paged=2

as u can see the page numbers and prev / nex boxes not aligned same line

hey there

Please add this CSSĀ in appearance - customize - additional CSS

a.prev.page-numbers, a.next.page-numbers {
margin-top: -8px;
}

Thanks!
Colorlib Support Team