July 10, 2019 at 8:18 am
#65265
Theme Horse Support Team
Keymaster
Hello Hans,
Only below code will not make the wide. So you can remove those code.
.navbar {
padding: 0;
}
For breadcrumb can you please try below css code:
#breadcrumb .trail-item a {
pointer-events: none;
cursor: default;
text-decoration: none;
color: inherit;
}
Thank you!