Breadcrumb on mobile

Posted in: Newspaper
Post count: 494

Hi,

On mobile, the breadcrumb doesn’t show the post title
https://ibb.co/3pKnGFR

How can I change that?
And how can I limit (in the breadcrumb) the length of the post title?

Thanks

Post count: 35449

Hi,

On mobile theme plugin the post title is hidden on Breadcrumbs, if you want to display it you’ll need to set this custom css in -> https://i.imgur.com/RL6AiLa.png
.single-post .td-bred-no-url-last {
display: inline-block;
}

The code need to be set in Theme Panel> Mobile Theme> Custom code > css

Thank you!

Post count: 494

Great! Thanks

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