Home Forums Basel support forum Breadcrumbs on single products pages – on mobile

Breadcrumbs on single products pages – on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9957

    MieT
    Participant

    Hello,

    I would like to add breadcrumbs to single products pages on mobile devices.
    Is it possible?
    Could you please help me how do this?

    Regards
    MieT

    #9958

    Artem Temos
    Keymaster

    Hello,

    You can show the breadrumb on mobile devices for the product page but it may not fit the space well. Here is a code snippet to do this. Add it to the Custom CSS area for mobile devices

    .single-breadcrumbs-wrapper .woocommerce-breadcrumb {
        display: block;
    }

    Regards

    #9960

    MieT
    Participant

    Thanks,

    You’re right, there is little space and looks a little bad…
    Maybe font size can be reduced?

    Regards
    MieT

    #9965

    MieT
    Participant

    Ok, I set font sizes and margins – it looks better.

    Thanks
    MieT

    #9975

    Artem Temos
    Keymaster

    Great, we are glad that you have found the solution.

    Regards

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