On the product browse page, under Results found, it shows StartPrev1234NextEnd and it's all scrunched together. I don't mind it being there, but would like a space in between them so it's easier to read. I'm using siteground-j 16-8 and I looked at the template.css file but when I make changes, nothing changes. It remains scrunched. Any ideas? I'm using Joomla 2.5 and Virtuemart 2.0.6
After much searching I found a way to fix this....
Go into components/com_virtuemart/assets/css/vmsiteltr.css and add the line:
.vm-pagination ul li{margin: 2px;}
I added this right under .vm-pagination ul li{display: inline;} which was line 182.
I hope this helps!
That did the trick - thanks Bud! I am using virtuemart 2.02b and joomla 2.5.9
I added one more line after it to really make it UNSCRUNCHED:
.vm-pagination ul li{margin: 4px;}
.vm-pagination ul li{font-weight: bold;}
on mine the lines i added were 185 and 186 - still right below my line 184 the one you mentioned ".vm-pagination ul li{display: inline;}"
THANKS virtuemarter
Hello,
an Override for the vmsite-ltr.css might be a good idea. It is explained here:
http://docs.virtuemart.net/tutorials/33-templating-layouts/106-override-vmsite-ltr-css.html
Otherwise an update might undo your changes.
Stefan