Breadscrum position

#1086627
  • Resolved Telco Harrie
    Rank Math free

    Hello,
    I’ve set up the breadcrumbs on my website, but they currently appear at the very top of the page. Could you please let me know how I can adjust their position?
    Please refer to the screenshot here: https://imgur.com/a/3NjewBT

    Also, I would like the breadcrumbs to appear only on blog pages, not across the entire site. Is there a way to configure this?

    Thank you for your help.

Viewing 1 replies (of 1 total)
  • Hello,

    We apologize for the issue you are facing with the breadcrumbs on your website. To adjust the position of the breadcrumbs, you typically need to modify your theme’s template files or use custom CSS. Here are a few steps you can follow:

    1. Modify Template Files: If you have access to your theme files, you can move the breadcrumbs code to a different location in your template files (like header.php, single.php, or page.php) where you want them to appear.

    2. Use Custom CSS: If you prefer not to edit the template files, you can use custom CSS to adjust their position. For example, you can add margin or padding to move them down:

      .rank-math-breadcrumbs {
         margin-top: 20px; /* Adjust this value as needed */
      }

      You can add this CSS in the Additional CSS section of your WordPress Customizer.

    Regarding displaying breadcrumbs only on blog pages, you can achieve this by using conditional tags in your theme’s template files. You would wrap the breadcrumbs code with a conditional statement like this:

       if (is_home() || is_single()) {
           echo do_shortcode('[rank_math_breadcrumb]');
       }

    This code will ensure that breadcrumbs only appear on your blog homepage and individual blog posts.

    If you’re not comfortable making these changes yourself, we recommend considering our professional setup service, which can help ensure your plugin setup is fully correct and adheres to the latest SEO standards. You can find more information about this service at Rank Math Services.

    Thank you for raising this concern! If you have any further questions or need assistance, feel free to reply to this ticket.

    Sources:
    How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Breadscrum position’ is closed to new replies.