Home Forums Basel support forum Breadcrumbs not showing up in mobile and tablet version

Breadcrumbs not showing up in mobile and tablet version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #316139

    Simone2701
    Participant

    Hi,

    I just noted that the breadcrumb is not showing up in the mobile and tablet version of my website, although it’s fine in the desktop version.

    Take a look at this product: https://www.neretumdolcesalato.com/shop/taralli/scaldatelle-al-finocchio/

    I tried to look in the Basel theme settings but I wasn’t able to find something helpful.

    How can I solve this?

    #316461

    Hello,

    The breadcrumbs do not have space enough on mobile that is why they are hidden.

    I can give you custom CSS, however, breadcrumbs would not look good on mobile.

    You can try this code:

    @media (max-width: 991px){
    body .single-breadcrumbs-wrapper .woocommerce-breadcrumb, 
    body .single-breadcrumbs-wrapper .yoast-breadcrumb {
        display: inline-block;
    }
    }

    Please insert the code into the Theme Settigns > Custom CSS > General.

    Best Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)