Hi,
On some pages the page title is two lined and strangely the breadcrumbs are not properly displayed any more.
Please compare:
two lined:
on lined:
Can you help?
Hey Tamosch,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.title_container .breadcrumb {
position: relative;
display: inline-block;
}
Best regards,
Yigit
Hi!
Thanks,
it doesn’t work. First of all the position still variate and now it is on the left. For two lines titles its below the line which is good but for one line title it is above the line. Please help me with a solution.
Best,
T
Hi,
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.title_container .main-title a {
display: block;
}
Best regards,
Yigit
Hi,
can you tell me how i can move the breadcrumb under the line of the titel?
Best
T
Hi,
You can remove the breadcrumb adding this custom CSS code:
.breadcrumb {
display: none !important;
}
Best regards,
John Torvik