News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Page Navigation StartPrev1234NextEnd all scrunched

Started by bmw2182, June 25, 2012, 21:58:18 PM

Previous topic - Next topic

bmw2182

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

djsnake210

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!

dnsservant

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

StefanSTS

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
--
Stefan Schumacher
www.jooglies.com - VirtueMart Invoice Layouts

Please use only stable versions with even numbers for your live shop! Use Alpha versions only if you know what risk you are taking.