Tagged: breadcrumb navigation, title
Hi,
I’d like to keep both title and breadcrumbs in the header, but they overlap (eg here: http://blog.datenschmutz.net/2014-10/praterstern-fahrradzaehler-geschichten-die-gans-im-kreisverkehr/)
Is there any way to put the title on a new line below the breadcrumbs?
Hey datadirt!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
.title_container .breadcrumb {
z-index: 10;
line-height: 15px;
font-size: 11px;
position: relative;
right: 0;
top: 50%;
margin-top: -7px;
}
Cheers!
Ismael
Thank you, works perfectly!