This topic has 4 replies, 2 voices, and was last updated 7 months, 2 weeks ago ago by Rose Tyler
Breadcrumbs keep showing in two rows instead of one row.
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
Thanks
It looks like it fixed the title for shop pages or product pages, but on static pages, it still shows in two rows.
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
You must be logged in to reply to this topic.Log in/Sign up