I am using Joomla 1.5.20 and Virtuemart 1.1.6. On the footer of Virtuemart section, I have issues with the configuration of page# as it is including bullets on the left side and the text is centered adjusted. So I would like to see the following text with no bullets : << < 1 of 2 > >>... I guess there is a conflict somewhere with another CSS file/code, but I don't know where to start...
Tech support suggest to add to template.css the following code at the very end:
========
#rt-mainbody div.my-pagenav {float: left;margin-left: 10px;}
div.page-block, div.tab {float: left; padding-right: 10px;}
========
... but it remains the same.... Does anybody has any idea on how to fix this issue?