Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1492231

    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!

    #1492243

    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

    #1492375

    Hi Ismael,

    My apologies, please see the link below to the page with the breadcrumbs I’m referring to.

    #1492396

    Hi,

    Thank you for the link.

    You might be referring to the portfolio category sort buttons. Please try this css code:

    .main_color .sort_width_container #js_sort_items {
        display: flex;
        justify-content: center;
    }

    f5aK6XV.md.png

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.