Home Forums Basel support forum Moved: Reply To: shop item page Reply To: Moved: Reply To: shop item page

#206295

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