on this page
http://coastal.bigmonstermarketing.com/index.php/about-us/shopncart
at the bottom is "StartPrev123NextEnd" it all squished together.
I think this is the CSS but am not sure.
any help on put spaces between Start Prev 1 2 3 4 Next and End would be very helpful
.vm-pagination ul li {
display: inline;
}
.pagenav {
list-style: none outside none;
margin: 5px;
padding: 15px 0;
}
[attachment cleanup by admin]
This is where i tried to put in the css code that you indicated but it did not work; so it must go somewhere else but I'm not sure where
/components/com_virtuemart/assets/css/vmsite-ltr.css
.pagenav {
list-style: none outside none;
margin: 5px !important;
padding: 15px 0 !important;
}
And you can create an override for vmsite-ltr.css so that it does not get overwritten during updates. http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html
than kyou jenkinhill