Hi, I followed the instructions from https://kriesi.at/support/topic/move-breadcrumb-in-page-layout/. So far so good, just the breadcrumbs slid too far to the right. What should I do?
Many greetings
Alex
Hey combra,
Thank you for the inquiry.
You can use this css code to adjust the position of the breadcrumbs.
.breadcrumb.breadcrumbs.avia-breadcrumbs {
top: 20px;
left: 0;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Thanks Ismael, I got it.