Breadcrumb behaviour

#34960
  • Resolved Coco
    Rank Math business

    Hi, I use your breadcrumbs. In my content template, they should be directly under the page title but sometimes they are on the left. Any idea why?

    https://www.kx-oraio.com

    • This topic was modified 4 years, 6 months ago by Coco.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    This will depend on the location that you are calling the breadcrumbs from. If you are directly calling the breadcrumbs code on your theme files, then you will need to change the location/div that contains the snippet.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Coco
    Rank Math business

    I use the short code in a page template. The location is set. On most pages it works just fine but on some it is on the left site.

    Hi there,

    Thanks for the reply.

    Could you please share one of the affected posts links on the sensitive data section so that we can take a look at this further?

    We are looking forward to helping you. Thank you.

    Coco
    Rank Math business

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hi there,

    Thanks for the follow up.

    It looks like there is an inconsistency between the padding used by your theme on different pages. You can talk to your theme author about this or add some custom CSS to target this div and define some custom padding size such as below:

    @media screen and (min-width: 1200px) {
    .wpb_text_column{
    padding-left: 110px;
    }
    }

    I hope this info helps.

    Coco
    Rank Math business

    I used

    .rank-math-breadcrumb {
    text-align: center;
    }

    The support there didn’t consider the issue to be theirs since it is a third-party plugin.
    The breadcrumbs are in the middle now but the actual page is not bold anymore. I can live with that for now or does that break the SEO purpose of the breadcrumbs?

    Hi there,

    I am glad that you were able to workaround this 🙂

    The position will not affect the SEO purpose of the breadcrumbs.

    Please let us know if we can offer any additional assistance.

Viewing 7 replies - 1 through 7 (of 7 total)

The ticket ‘Breadcrumb behaviour’ is closed to new replies.