Pager control, adding spacing between page numbers
Hello
I'm using the the standard paging control in my templates but the numbers are too close together. they appear as 1234, not easy to click each page number. Is there a way to add some spacing between each page number?
<sf:Pager id="pager" runat="server"></sf:Pager>
I'm using Sitefinity 7.
Thanks
Shouldn't be much harder than a quick css rule or 2 www.sitefinity.com/.../pagination-widget
Maybe like .sf_pagerNumeric amargin:0 5px; or whatever...sorry I'm on an ipad hard to type. Just rightclick the widget in chrome or firefox and you can livepreview and tweak the style, then just copy/paste it into your theme.