• Resolved alex818

    (@alex818)


    Hello,

    How can I display breadcrumbs on mobile devices? With me they are only displayed on the desktop.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Alex,

    Could you please provide us with the link to that page of your site? So that we can take a closer look and offer you with a possible solution.

    Thank you!

    Theme Author oceanwp

    (@oceanwp)

    Hello, add this css code:

    @media only screen and (max-width: 767px) {
    .site-breadcrumbs {
        display: block;
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 0;
    }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumps on mobile’ is closed to new replies.