Home › Forums › WoodMart support forum › Quick view of next product page cut off in mobile view › Reply To: Quick view of next product page cut off in mobile view
January 25, 2021 at 8:28 am
#261170
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshots you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.single-product .woocommerce-breadcrumb a {
margin-right: 0px;
}
.single-product .woocommerce-breadcrumb a:after {
margin-left: 0;
}
.single-product .single-breadcrumbs-wrapper .woocommerce-breadcrumb, .single-breadcrumbs-wrapper .yoast-breadcrumb {
font-size: 11px;
}
Best Regards.