Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #624315

    Hallo,

    leider finde ich nichts um die Höhe der Leiste in der die Breadcrumbs erscheinen zu ändern.
    Ich würde die Leiste gerne in der Höhe verringern.

    Vielen Dank

    #624432

    Hey Florian,

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->General Styling:

    #top .title_container .container {
        padding: 0px 0px;
        min-height: 0px;
    }
    

    that should do the trick. Increase the height by changing the first padding value :)

    Best regards,
    Kriesi

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