Breadcrumbs keep showing in two rows instead of one row

This topic has 4 replies, 2 voices, and was last updated 1 months ago ago by Rose Tyler

  • Avatar: Shawn
    Shawn
    Participant
    March 30, 2024 at 15:41

    Breadcrumbs keep showing in two rows instead of one row.

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 31, 2024 at 07:16

    Hello, Shawn,

    Thank you for reaching out to us with your concern regarding the breadcrumb display on your website.

    Please be informed that the following custom CSS code can be implemented to address your concern. Navigate to Theme Options, then select ‘Theme Custom CSS’, and finally, input the code under the ‘Global’ section:

    .page-heading.bc-type-default .title {
        display: inline-block;
    }

    Should you require any further assistance, please do not hesitate to reach out.

    Best Regards,
    8Theme’s Team

    Avatar: Shawn
    Shawn
    Participant
    April 7, 2024 at 04:11

    Thanks

    It looks like it fixed the title for shop pages or product pages, but on static pages, it still shows in two rows.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 7, 2024 at 09:45

    Hello, Shawn,

    We appreciate your prompt response.

    Please change the code to:

    .page-heading .breadcrumbs, div#breadcrumb, .page-heading.bc-type-default .title {
        display: inline-block !important;
        width: auto;
    }

    Best Regards,
    8Theme’s Team

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

You must be logged in to reply to this topic.Log in/Sign up

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