Site logo

Archived topic

breadcrumbs length

3 replies · Started by demoxing on August 17, 2020

Viewing posts 1–4 of 4

Hello,
I want to make my breadcrumbs CSS width a little bit bigger (horizontally).

here is my CSS:

#breadcrumbs {
    padding: 10px 10px 10px 35px;
    margin-left: -30px;
    background: #fafafa;
    color: #5f5f5f;
    font-size: 14px;
    box-shadow: rgba(23, 43, 99, .14) 0 7px 28px !important;
}

reference: https://imgur.com/9RiCh1s

Hi there,

include margin-right: -30px; in your CSS

Thanks, David! ;)

Glad to be of help

This archived topic is closed to new replies.