Hello!
Is it possible to make the grey area of the breadcrumb line bigger?
Preferably flexible, so that long breadcrumb lines also fit in.
Please look at the link (private content) in the view for smartphones.
Thank you!
Hey aworange,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.title_container .breadcrumb {
position: inherit;
}
.title_container .container {
padding-top: 13px;
min-height: 70px;
padding-bottom: 10px;
}
}
Best regards,
Rikard
Great! That works. Thanks a lot!
Hi aworange,
We’re glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko