Hello,
Having searched this forum and the Joomla forum I have not been able to find the solution to this problem.
In the website with Joomla 2.5.4 and VM 2.0.6 at
http://beadedleatherwork.com/index.php?option=com_virtuemart&view=category&virtuemart_category_id=1
The pagination at the bottom of the page is vertical instead of horizontal.
If anyone could suggest a fix for this I would be very grateful.
Thanks
Looks like the styles for vm-pagination have been removed from the VM css file, vmsite-ltr.css
In VM2.0.6 these would be:
.vm-pagination div{text-align:center !important;}
.vm-pagination ul{text-align:center !important;}
.vm-pagination ul li{display: inline;}
.vm-pagination .counter{text-align: right !important;}
That is great!
Many thanks