Hi, I have tried many possible solutions to hide the breadcrumbs on mobile devices, also used your below code found in your forums support
@media only screen
and (max-width: 480px) {
.breadcrumbs { display: none !important; }
}
ABOVE CODE IS NOT WORKING.
Please help me how to hide the breadcrumbs on mobile devices.
Thanks