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

    Hello!
    Is it possible to make the grey area of the breadcrumb line bigger?
    Preferably flexible, so that long breadcrumb lines also fit in.

    Please look at the link (private content) in the view for smartphones.

    Thank you!

    #1330651

    Hey aworange,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .title_container .breadcrumb {
        position: inherit;
    }
    
    .title_container .container {
        padding-top: 13px;
        min-height: 70px;
        padding-bottom: 10px;
    }
    }

    Best regards,
    Rikard

    #1330983

    Great! That works. Thanks a lot!

    #1331068

    Hi aworange,

    We’re glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumb Feld bigger’ is closed to new replies.