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: https://photos.app.goo.gl/KfJAnrAm4xkbQIlH2
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: https://troupility.de/tutorials/teamspeak-3-server-joinen/
Like I said, it is not a perfect sollution.
thanks
Light grey: https://photos.app.goo.gl/CydHfDB9DxQz1LtX2
Dark grey: https://photos.app.goo.gl/WBz9xamLvcEjvcmp1
With best regards
the breadcrumbs color change with the color of the subheader title.
In theme options>colors>header
thanks
Dark grey: https://photos.app.goo.gl/WBz9xamLvcEjvcmp1
ul.breadcrumbs li a, ul.breadcrumbs li {color:red !important;
}
Preview: https://photos.app.goo.gl/ml2QGUkCtulXVc0h2
The css could be different for them.
Working: https://troupility.de/beitraege/
Not working: https://troupility.de/foren/thema/test-2/
ul.breadcrumbs li a, ul.breadcrumbs li, ul.breadcrumbs li span {color:red !important;
opacity:1 !Important;
}
=D>