Hi Enfold team,
I try to setup a site with Woocommerce, Works fine, but i have some magin problems with de product page /sidebar
See the good margin: http://dutchbakeryequipmentandservice.com/shop/
See the wrong margin (top): http://dutchbakeryequipmentandservice.com/product/broodlijn-aa/
I solved the problem with:
Quick CSS:
.single-product .sidebar {
margin-top: -50px;
}
Is this the good solution?