News:

Support the VirtueMart project and become a member

Main Menu

Category Pagination Results Spacing

Started by mangotti, March 05, 2012, 15:51:01 PM

Previous topic - Next topic

mangotti

My Client noticed that the category pagination results are pretty tight between the numbers. Is there a possibility to add some spacing or even a character between the numbers? I have tried to play with a few things in the PHP and CSS file and nothing yields the results I'm looking for. Please see the image below for an example of how tight the numbers are.

I'm thinking just a space or dash should be sufficient.



[attachment cleanup by admin]

Llewellynvdm

If you are using VM2 then in your Template CSS folder:  /templates/TEMPLATE_NAME/css/styles.css*

*This should be the css file in relation to you currant template styles.

add this at the end of it:


/* ----------- Pagnation -----------*/
.pagination a{
margin: 0 3px;
font-weight: bolder;
}