Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1460010

    (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

    #1460360

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.