Hi,
Since you altered the default template and add your own CSS (which is compressed), its hard to say, but I think that making the following changes will help:
CHANGE
.wp-pic .wp-pic-bar a, .wp-pic .wp-pic-bar span {
float: left;
display: inline-block;
position: relative;
width: 33.33%;
padding: 42px 0 10px;
color: #fff!important;
font-weight: 700;
font-size: 12px;
line-height: 17px;
text-align: center;
}
TO
.wp-pic .wp-pic-bar a {
float: left;
display: inline-block;
position: relative;
width: 33.33%;
padding: 42px 0 10px;
color: #fff!important;
font-weight: 700;
font-size: 12px;
line-height: 17px;
text-align: center;
}
Best,
Brice