Hey there,
I'm looking for some assistance with removing the whitespace on hover. Below is the code along with a screenshot for reference:
div.show_sizes_onhover {
background: rgba(255,255,255,.9);
bottom: -1px;
color: #a1a1a1;
left: 0;
padding: 5px;
position: absolute;
text-align: center;
width: 95%;
z-index: 9999;
I've tried adjusting margin and height but haven't had much success. Any help would be greatly appreciated.