removing description tabs - single product page - breaks footer

I would like to only dispaly the gallery short despcription on the single product page. Using:

add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );

function woo_remove_product_tabs( $tabs ) {

unset( $tabs['description'] );          // Remove the description tab
unset( $tabs['additional_information'] );   // Remove the additional information tab

return $tabs;
}

The tabs disappear, but the footer does not display right anymore and gets distorted.

woocommerce.php:

?php
get_header();
?
div id=page-wrapper 
div class=container
    section class=unique-feature-area-woo 

    /section

    ?php woocommerce_content(); ?

/div

Topic woocommerce-offtopic troubleshooting tabs functions Wordpress

Category Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.