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
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