Hi,
Add this css to remove the space.
.woocommerce div.product .product-short {
margin-bottom: -35px!important;
}
Add this css to hide the Sku code
.sku_wrapper{
display:none;
}
It’s not possible by default to leave the description accordion closed.
-Rui