Hi, the easiest way: find in templates/default.css this line: #products li.pages{border:0;background:inherit;color:#69401f;} add the property "width" into the bracket with a value e.g. 80% like this: #products li.pages{border:0;background:inherit;color:#69401f;width:80%;} find your needed value of the width.
So, just tried once more with IE8 & newest FF It works. Pictures: http://www.kimla.de/qc/qc_pages_normal.jpg http://www.kimla.de/qc/qc_pages_80_percent.jpg
Sir..i use product in row....that's the point why the script doesn't work.... i tried in normal QC without product in row it's work. is there any way to move navigation (#prevLink and #nextLink) (Above and Below) more left with product in row?......Thx Mr. boboo 4 ur help
OK, i've overseen that you use the productInRow. Then, if you have installed this plugin exactly (like in "howTo"), find the line: #products.productsInRow li.pages{width:100% !important;} in templates/plugins.css and "play" a bit with these 100%.