Breadcrumbs not shown correcly
if the breadcrumbs on my website reach a specific length, there splitted in two lines and not shown correctly. I want them to be in 1 line or at least when there splitted that the second line is centered in relativ to the first.
Here a screenshot: [Links visible only for registered users]
With best regards
Comments
we can help you with custom css and then it will stretch them but on mobile devices it could get messy.
Send a link.
thanks
#Subheader ul.breadcrumbs {width: 60% !important;
}
Look again please: [Links visible only for registered users]
Like I said, it is not a perfect sollution.
thanks
Light grey: [Links visible only for registered users]
Dark grey: [Links visible only for registered users]
With best regards
the breadcrumbs color change with the color of the subheader title.
In theme options>colors>header
thanks
Dark grey: [Links visible only for registered users]
ul.breadcrumbs li a, ul.breadcrumbs li {color:red !important;
}
Preview: [Links visible only for registered users]
The css could be different for them.
Working: [Links visible only for registered users]
Not working: [Links visible only for registered users]
ul.breadcrumbs li a, ul.breadcrumbs li, ul.breadcrumbs li span {color:red !important;
opacity:1 !Important;
}
=D>