Hi All,
Just 1 pixel, but an ugly one :)
.cart_dropdown_first .cart_dropdown_link {
/* line-height: 45px; */
line-height: 44px;
}
Thx,
Thomas
And one more, 3 pixels this time. Default Enfold sidebar is 219px, 2buttons with a min width of 110px = 220px –> fail
.woocommerce-page .button {
/* min-width: 110px; */
min-width: 107px;
}