cerberus22 Posted December 16, 2009 Share Posted December 16, 2009 hi all,i need some help here, i have changed my category list to "grid view" but i am having a problem on some category pages (see pic), is there a way to make the pagnation allways sit at the bottom of the page ?All the best,Cerberus22 Link to comment Share on other sites More sharing options...
rocky Posted December 16, 2009 Share Posted December 16, 2009 Try adding "clear both;" to the div.pagination section of css/global.css in your theme's directory. Link to comment Share on other sites More sharing options...
cerberus22 Posted December 16, 2009 Author Share Posted December 16, 2009 thank you rocky, that worked.change : /* pagination.tpl */ div.pagination { margin: 1em 0; } to /* pagination.tpl */ div.pagination { margin: 1em 0; clear:both; } in global css 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