September 16, 2019 at 11:53 am
#68019
Theme Horse Support Team
Keymaster
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!