Home Forums Basel support forum How to show Product Navigation on Mobile

How to show Product Navigation on Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #151297

    satatech
    Participant

    Hello XTEMOS,
    How can I show the Product Navagation at the top of the Product Single Page on MOBILE? the product navigation is available on desktop but not show in mobile.

    Thank you a lot.

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

    Hello,

    Please update the site admin access to the private area.

    Best Regards

    #151779

    satatech
    Participant

    Hello XTEMOS,
    This is admin access:

    #151838

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #153049

    satatech
    Participant

    Hello, it’s perfect, thank you XTEMOS

    #153096

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘How to show Product Navigation on Mobile’ is closed to new replies.