VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: mangotti on March 05, 2012, 15:51:01 PM

Title: Category Pagination Results Spacing
Post by: mangotti on March 05, 2012, 15:51:01 PM
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]
Title: Re: Category Pagination Results Spacing
Post by: Llewellynvdm on July 18, 2012, 11:58:24 AM
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;
}