News:

Support the VirtueMart project and become a member

Main Menu

Start Prev 123... next end

Started by gsstephens, October 15, 2014, 23:04:05 PM

Previous topic - Next topic

gsstephens

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;
}

GJC Web Design

.pagenav {
  list-style: none outside none;
  margin: 5px;
  padding: 15px 0;
}



[attachment cleanup by admin]
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

gsstephens

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

GJC Web Design

.pagenav {
  list-style: none outside none;
  margin: 5px !important;
  padding: 15px 0 !important;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jenkinhill

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
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

gsstephens