Breadcrumbs position

Posted in: Newspaper
Post count: 494

Hi,

The position of the breadcrumbs is different on my posts, categories and pages.

For example:
1/ Post: https://www.coupdepoker.com/apprendre-jouer-poker/regles-du-poker/
2/ Category: https://www.coupdepoker.com/apprendre-jouer-poker/
3/ Page (huge difference): https://www.coupdepoker.com/politique-de-confidentialite/

How can I make sure the breadcrumbs are always at the same position?

Thanks for your help

Post count: 35449

Hi,

This is happen because all of them (post/page/category) have set a different padding top.
Please set this custom css in theme panel > custom code>custom css and the breadcrumbs will be in the same pace like in post ->
.td-crumb-container {
padding-top: 11px;
}
.page-template-page-pagebuilder-title .td-main-page-wrap {
padding-top: 0!Important;
}

Thank you!

Post count: 494

Thanks Calin, seems to work perfectly.
Should I also paste this code in the Mobile Custom CSS or only in the one for Desktop?

Post count: 35449

Hi,

No this is not need, if you theme panel > custom code>custom css will apply to all devices.

Thank you!

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