[Resolved] breadcrumbs length

Home Forums Support [Resolved] breadcrumbs length

Home Forums Support breadcrumbs length

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1406144
    demoxing

    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

    #1406252
    David
    Staff
    Customer Support

    Hi there,

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

    #1406466
    demoxing

    Thanks, David! 😉

    #1406908
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.