PenciDesign Supporter replied
Hi,
The issue is caused by the header you built, which includes extra spacing and CSS that removes the bottom margin/padding. As a result, the breadcrumb has shifted to the top.
Please go to Appearance → Customize → Custom CSS and add the following code:
@media only screen and (min-width: 960px) {
.elementor-337 {
margin-bottom: 60px;
}
}
Regards,
PenciDesign.