Pixel Posted September 19, 2010 Share Posted September 19, 2010 Hi,It would seem a simple thing to do, but it's being awkward.Does anyone know how to center the pagination ('Previous 1 2 3 4 ... Next') on the bottom of the product listing page, instead of it floating left?span.pagination { /* with an enclosing span in pagination.tpl */ display: block; margin-left: auto; margin-right: auto;}and / or ...div.pagination { padding: 1em 0; display: block; margin-left: auto; margin-right: auto;}Seem to have no effect.Many thanks, Link to comment Share on other sites More sharing options...
lefred Posted June 1, 2011 Share Posted June 1, 2011 Any solutions ? Link to comment Share on other sites More sharing options...
usimportco Posted November 18, 2018 Share Posted November 18, 2018 Hello In global.css Line 11861 Add this text-align: center; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now