I don't see the CSS which is added when that option is turned on on your page.
However, I can see that you have the CSS:
div.hikashop_products div.hikashop_subcontainer {
border: 1px solid;
}
in your hikashop CSS, which is not by defualt in the latest version of HikaShop. So I suppose that either you added it, or you updated from a previous version which had that CSS and since you already had customized the CSS, you didn't get the new CSS changes of the latest version.
Just removing that CSS will make it work properly.