Hello,
How can I modify the height of the breadcrumb? I would like to modify the height of the breadcrumb and set it to 27px.
Best regards,
–Mardas
Hello,
How can I modify the height of the breadcrumb? I would like to modify the height of the breadcrumb and set it to 27px.
Best regards,
–Mardas
Hi Mardas,
You should be able to do that using some custom CSS. Please try this:
.x-breadcrumb-wrap {
height: 27px;
padding: 0;
display: flex;
align-items: center;
}
Hope this helps.
Thanks! That works!
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.