Home › Forums › WoodMart support forum › Product navigation responsivity issue › Reply To: Product navigation responsivity issue
February 24, 2021 at 11:57 am
#268942

Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot 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-breadcrumbs-wrapper .woodmart-products-nav {
position: absolute;
right: 20px;
top: 15px;
}
Best Regards.