(see attached) I added this code to remove the product “meta”, like tags, sku, etc., and now there is a big gap. anyway to fix this?
thanks
Hey bemodesign,
It is not clear what code you added, perhaps you added this:
#top.single-product .product_meta {
visibility: hidden;
}
but you should have used:
#top.single-product .product_meta {
display: none;
}
#top div.product .woocommerce-tabs {
padding: 0;
}
I added this for you, please check.
Best regards,
Mike