I had a problem on catogory pagination.
For the Start END NEXT button, it messed into 1 place.
Kindly see the problem as below:
http://www.oneaccessories.com/shop/index.php/component/virtuemart/mobile-phone/protector/iphone4s
Please help, hope can get some ideal to solve this.
By the way, I hope to remove "sort by" and "Manufacturer" section, kindly advise where to delete the code or close the section.
Thanks a lot.
In your vmsite-ltr.css file find a class bellow and add margin:3px;
#bottom-pagination ul li {
display: inline;
margin: 3px;
}
I have the same problem.
CSS editing doesn't work. I read in many posts about this problem, but anywhere a solution.
Did anyone solve this ?
Thanks!
[attachment cleanup by admin]
The css editing works, you just have to add
!important;
after the margin: 3px; declaration.
Or at least this is how it worked for me.