Hi colin1boulter,
To me on my firefox 3.5.2, it seems that the pdf, email and print icons are overlapping onto the image.
may be you can try the following to separate the icons from overlapping the images :
open your template.css at line : 457
edit this code :
<blockquote>/* META
——————————————————— */
.article-toolswrap {
display: block;
margin: 0 0 10px;
padding: 0;
position: relative;
}
</blockquote>
To
<blockquote>/* META
——————————————————— */
.article-toolswrap {
display: block;
margin: 0 0 10px;
padding: 5px;
position: relative;
}
</blockquote>
Regarding your first question. I am bit confused. May be you can elaborate a bit.
Arvind