Kindly update existing code to this code for trimming length of breadcrumb
-
Hi,
The code present on your site to trim the length of breadcrumb is not working now.
Kindly update the existing code with this one. I copy pasted your existing code 3 times before checking that why it is not working. ??
.breadcrumbs span[typeof=”WebPage”]:last-child span[property=”item”],
.breadcrumbs a[property=”item”],
.breadcrumbs span[property=”name”] {
display: inline-block;
padding: 0;
margin-top: -3px;
vertical-align: middle;
max-width: 60px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}/**** for hover effect, don’t trim the length of breadcrumb ****/
.breadcrumbs span[typeof=”WebPage”]:last-child span[property=”item”]:hover,
.breadcrumbs a[property=”item”]:hover,
.breadcrumbs span[property=”name”]:hover {
max-width: none;
}
- The topic ‘Kindly update existing code to this code for trimming length of breadcrumb’ is closed to new replies.