Hi Kresi team,
On my portfolio page, I’m using a portfolio grid and the breadcrumbs are currently aligned to the left.
Is there a way to center them and match the font size of the paragraph above?
Please see the page link in the private content section.
Thank you!
Hey lara666,
Thank you for the inquiry.
You may have forgotten to include the link in the private field. Please provide the site URL so we can check the page. If you need to adjust the position of the default breadcrumb in the title container, try this css code:
.title_container .breadcrumb {
left: 50%;
transform: translateX(-50%);
right: auto;
}
Best regards,
Ismael
