badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: General settings

#65265

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!