News:

Looking for documentation? Take a look on our wiki

Main Menu

How Do I Make The VM Pagination Horizontal?

Started by trevorellis, November 22, 2018, 11:20:32 AM

Previous topic - Next topic

trevorellis

Hello, I am using the Uber template with the latest Virtuemart and would like to know how I make the vm-pagination horizontal because at the minute it is vertical (as seen here http://nickersonbrothers.co.uk/index.php/products). How do I achieve this? Is there any code that you can put in the custom.css? Any help would be greatly appreciated.

GJC Web Design

This site can't be reached nickersonbrothers.co.uk took too long to respond.
Search Google for nickerson brothers co uk index php products
ERR_CONNECTION_TIMED_OUT
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

trevorellis

I can access it. I have just visited the site with another browser just to check. I think that the connection problem must be at your end. Even if you cannot access it, do you have any code that could help me please?

Jörgen

Calling from sweden, almost same result
QuoteERR_CONNECTION_RESET

Jörgen @ Kreativ Fotografi
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

GJC Web Design

works sometimes -- seems a weak host

.vm-pagination ul li {
    display: inline;
    float: left;
    min-width: 30px;
    margin: 0 10px;
}

.vm-pagination ul li .pagenav {
    border: 0;
}
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

trevorellis

Thanks a lot, the code worked  :D. Apologies about the connection issue. I have realised that there is a data centre issue, we are investigating it now.

trevorellis

We think the server issue has now been resolved. If anybody would able to check it again, that would be great. Thanks in advance.

GJC Web Design

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

trevorellis