Hi f.ramser,
It seems that you have customized the code in our team widget. There is no feature which you can set third column. We have given only fourth column which will clear the section automatically but will not support for third column.
If you want to add third column manually then you have to add the code in below format where the section will be cleared automatically from the css.
<div class="column clearfix">
<div class="one-third">
</div>
<div class="one-third">
</div>
<div class="one-third clearfix-half">
</div>
<div class="one-third clearfix-third">
</div>
<div class="one-third clearfix-half">
</div>
<div class="one-third">
</div>
<div class="one-third clearfix-half clearfix-third">
</div>
<div class="one-third">
</div>
</div>
Sorry we cannot add a “Accept Cookie” bar. You can easily add via plugin.
We will make compatible in our new version. So for you you can add below code in theme folder -> functions.php line no 147
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
Thank you