VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: bmw2182 on June 25, 2012, 21:58:18 PM

Title: Page Navigation StartPrev1234NextEnd all scrunched
Post by: bmw2182 on June 25, 2012, 21:58:18 PM
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
Title: Re: Page Navigation StartPrev1234NextEnd all scrunched
Post by: djsnake210 on September 06, 2012, 20:41:18 PM
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!
Title: Re: Page Navigation StartPrev1234NextEnd all scrunched
Post by: dnsservant on May 31, 2013, 11:44:04 AM
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
Title: Re: Page Navigation StartPrev1234NextEnd all scrunched
Post by: StefanSTS on May 31, 2013, 14:01:30 PM
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