Hello there,
I hope you’re doing well 🙂
I checked your page and seems the problem are the following CSS rules
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
}
In order to fix it, please add the following CSS rules on Appearance > Customize > Additional CSS
.yith-wcaf .u-column2.col-2 {
float: right;
max-width: 48%;
}
.yith-wcaf .u-column1.col-1 {
float: left;
max-width: 48%;
}
It should fix this like the following image
Please, try it and let me know.
Have a good day.
Hello there,
I am setting this topic as solved for now as we have no more news from you.
But please, feel free to open a new one at any time to receive additional support on any other issue.
Have a great day!