badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Different appearance between 1.0.3 and 1.0.4 version (grouped products only)

#68019

Hi Vladimir,

Please go to Appearance > Customize > Additional CSS and paste below custom css code to fix those problem.

.woocommerce-page .entry-main:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

Thank you!