Breadcrumb bug

Posted in: Newspaper
Post count: 82

Hi,

Check this page at mobile : https://porady.org/pomidory-jakie-maja-witaminy-i-jak-je-przyrzadzic
Second breadcrumb disappear ;/

Post count: 22421

Hello,

The breadcrumbs in question are not a theme implementation. They seem to be hidden on mobile devices. You cna activate them using this code:

@media (max-width: 767px){
.single-post .td-bred-no-url-last {
display: block;
}

But they do not appear to be responsive properly however.

Thanks.

Post count: 82

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.