How to show Product Navigation on Mobile
-
Hello XTEMOS,
How can I show the Product Navagation at the top of the Product Single Page on MOBILE? the product navigation is available on desktop but not show in mobile.
Thank you a lot.
Attachments:
You must be
logged in to view attached files.
Hello,
Please update the site admin access to the private area.
Best Regards
Hello XTEMOS,
This is admin access:
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 991px){
body .single-breadcrumbs-wrapper .woocommerce-breadcrumb,
body .single-breadcrumbs-wrapper .yoast-breadcrumb {
display: inline-block;
}
}
Best Regards
Hello, it’s perfect, thank you XTEMOS
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to show Product Navigation on Mobile’ is closed to new replies.