News:

Support the VirtueMart project and become a member

Main Menu

[Problem] Pagination button layout messed

Started by cheahcheewee, March 11, 2012, 04:49:06 AM

Previous topic - Next topic

cheahcheewee

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.

Toksa

In your vmsite-ltr.css file find a class bellow and add margin:3px;

#bottom-pagination ul li {
    display: inline;
    margin: 3px;
}

plastique

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]
Joomla 2.5.4
Virtuemart 2.0.6

tzeus

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.