Hi,
The breadcrumb text seems to be going over the designated area. I have attached a link to the screenshot. What can I do to fix this?
Thanks
Hey SilviaNT,
It looks like your breadcrumbs are very long, perhaps this css for mobile devices would be a good solution.
Please try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 585px) {
.title_container .breadcrumb {
top: 20% !important;
}
#top .title_container .container {
padding-top: 0px !important;
padding-bottom: 0px !important;
min-height: 70px !important;
}
}
Best regards,
Mike