hi there,
the only solution i found in the forum was, that i have to move the breadcrump below the title. any other ideas?
thx
Hi volmering!
Thank you for using the forum.
Not out of the box. The only thing you might do is to manipulate the length of the string by eliminating parts of the path.
You find the code in enfold\framework\php\class-breadcrumb.php.
Look for apply_filters to find filter hooks or modify the core file.
Cheers!
Günter
hi günter,
thx for the answer. ok, how can i set the breadcrumb above the title and align right?
Hi!
Thank you for coming back.
Remove the following from custom.css:
.title_container .breadcrumb {
top: 20px !important;
}
Use the following CSS and adjust the values:
.title_container .main-title {
top: 15px !important;
}
.title_container .breadcrumb {
top: 20px !important;
}
Cheers!
Günter
hey günther,
thx alot, resolved :-)