By neobodhi on
For some reason the right side bar is pushing down the view pager bar:
Also the pager bar is really far right instead of centered. Suggestions anyone?
For some reason the right side bar is pushing down the view pager bar:
Also the pager bar is really far right instead of centered. Suggestions anyone?
Comments
clear:both
Someone who is better with CSS can explain this, but try changing line 1655 in themes/browny/style.css from "clear:both;" to "clear:none;" - it's the first property of #main-wrapper .item-list .pager
Make sure you check that it doesn't break any other pages (works in Firefox anyways, haven't checked any other browsers)
Thanks for the response, I
Thanks for the response, I will try it out.
----
edit: just tried it and it worked! You my friend are a gentleman and a scholar, thanks!
you're welcome
you're welcome