How can I apply an IE only fix for this? It’s perfect in Firefox. I just want to reduce the spacing so the mini-thumbs don’t extend over the black bar at the bottom.
Not sure why I keep posting as I eventually figure out the problem myself since support didn’t respond to my last ticket except to close it.
Solution is to change
#ja-slidebar ul li {
margin: 0 0 10px 0;
padding: 0;
display: block;
background: none;
width: 100px;
to something like
#ja-slidebar ul li {
margin: 0 0 2px 0;
padding: 0;
display: block;
background: none;
width: 100px;
or change the 2px to whatever suits you, for me, that looked best surprisingly.. I thought 2px would be too much but it looks nice in FF and IE7.