Making breadcrumbs full width on all pages

This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Martine

  • Avatar: Martine
    Martine
    Participant
    November 25, 2021 at 08:44

    Hi!
    I have a full width layout on my webshop. But the breadcrumbs are boxed. I can’t find any setting to make breadcrumbs full width also. Can you tell me where to find it?

    https://www.loom.com/i/6152bbf6930e4e4fadd5d571206f2ee1

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 25, 2021 at 09:44

    Hello,

    Add the next code in Theme Options > Theme custom CSS > Desktop:

    .post-type-archive-product .page-heading .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100% !important;
    }

    Regards

    Avatar: Martine
    Martine
    Participant
    November 25, 2021 at 09:55

    Thanks for your answer.
    On this page it’s correct now: https://www.loom.com/i/528bb85a26074bca9aad82aa5cce1d8b

    But on all other pages not yet:

    https://www.loom.com/i/e80b618a22894798a17ecdb4915ab7b5
    https://www.loom.com/i/56e990718155427a89b6f6959d811f94

    Can this only be done with CSS? Is there no institution that can control this?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 25, 2021 at 10:10

    Change the code to:

    .page-heading .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100% !important;
    }

    There are no settings for this, but the custom code can be used.

    Regards

    Avatar: Martine
    Martine
    Participant
    November 25, 2021 at 10:31

    That’s great! Thanks!

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Making breadcrumbs full width on all pages’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.