Hello there,
thank you for your patience.
Apparently, our plugin style file is not loading on your site. To fix this, try adding the following code to your active child theme’s functions.php file:
if ( ! function_exists( 'yith_wcaf_reenqueue_style' ) ) {
function yith_wcaf_reenqueue_style() {
wp_enqueue_style( 'yith-wcaf' );
}
add_action( 'wp_enqueue_scripts', 'yith_wcaf_reenqueue_style', 999 );
}
Check it out and let us know if it works well for you. If not, it is likely that your theme is removing our file, and you should contact their support to see what solution they can give you. Our file is in \wp-content\plugins\yith-woocommerce-affiliates\assets\css\yith-wcaf.css
Let us know any news, please.
Best regards.