@nobby666 –
It likely has to do with the styling in the theme – possibly a conflict between the theme, another plugin and ours. You might try temporarily deactivating the other plugins with our plugin and the theme active only. If the pagination aligns correctly, one of the other plugins isn’t working well with the theme.
As a temporary fix until you find the source of the style conflict, add the following custom CSS to Gallery > Other Options > Styles custom CSS stylesheet and save changes:
.ngg-navigation a.page-numbers {
float: left !important;
}
.ngg-navigation span {
float: left !important;
}
I hope this helps!
– Becky
* Given this isn’t a bug in our plugin and we have found the conflict is connected to a third-party theme (and possibly another plugin), I am going to mark this thread as resolved with a temporary solution for you above ^. Feel free to continue to add more comments below. ??