Home Forums Basel support forum breadcrumbs on mobile not visible

breadcrumbs on mobile not visible

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

    jaclyn81791
    Participant

    I am not able to see the breadcrumbs on pages in mobile, is there a setting for this that I am missing?

    Attachments:
    You must be logged in to view attached files.
    #64356

    Hello,

    Please add this code to the Theme settings > Custom CSS

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

    Best Regards

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