Hello pinkdreambox;
I fixed the icon layout by custom CSS below; working fine until the end of year 2015; but now the Address Pointer Marks for the individual products are lost.
Can you show me your site so I can see if you suffer with the same issue?
.wc_woo_view_wrapper #wc_woo_view_tabs {
padding:10px !important;
min-width:180px
}
.wc_woo_view_wrapper #wc_woo_view_tabs li a, .wc_woo_view_wrapper #wc_woo_view_tabs li a.selected {
width:0px
}
.wc_woo_view_wrapper #wc_woo_view_tabs li a, .wc_woo_view_wrapper #wc_woo_view_tabs li a.selected {
padding-right:30px;
height:30px
}
.wc_woo_view_wrapper #wc_woo_view_tabs li a.selected {
box-shadow: 0 0 7px #EEB0B0 inset;
height:30px
}