Home › Forums › Basel support forum › Moved: Reply To: shop item page › Reply To: Moved: Reply To: shop item page
June 25, 2020 at 6:42 am
#206295
Elise Noromit
Member
Hello,
You can take this code:
@media (max-width: 991px){
body .single-breadcrumbs-wrapper .woocommerce-breadcrumb {
display: inline-block;
}
}
Change the 991px
as per your needs and insert in the Global styles.
Best Regards