Tagged: breadcrumb, font size, mobile device
Hey,
searched for this problems many times at the kriesi forum … perhabs i didn’t recognize the right answer – If it happens, sorry for that !
my questions is a simple one . I need to change the font size of the breadcrumb section for mobile devices … just added some css at the quick css section but it’s doesn’t look really fine on a small window (e.g. mobile device)
.breadcrumb-trail {
font-size: 16px;
}
Also it could work to hide the breadcrumb section at a mobile device !
Thanks for your support !
Hi tese!
Please add following code to Quick CSS to hide breadcrumbs on mobile
@media only screen and (max-width: 480px) {
.breadcrumb { display: none; }}
Best regards,
Yigit
cheers man ! works fine!
and sorry ! looks like something i already found. But this is the first time it works !
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit