Breadcrumbs Moved to the Right

#136265
  • Resolved Georgi
    Rank Math free

    Hello,

    I just updated my theme and the code that was provided in this topic and that saved me got wiped out. So I put it again but this time the breadcrumbs on the product page are appearing on the right. How to move them to the left, please?

    I have this CSS from last time but I don’t knwo a bit about CSS so can’t do anything.

    .rank-math-breadcrumb {
    font-size: 15px;
    }

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting the support, and sorry for any inconvenience that might have been caused due to that.

    Since your breadcrumbs element is not responding to its parent container’s alignment, you can force the breadcrumbs to set it on max-width so it would display on the left side.

    You may try his code:

    .rank-math-breadcrumb {
        font-size: 15px;
        width: 100%;
    }

    You can also test it on other browser sizes or on mobile devices if the CSS code works perfectly.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    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 ‘Breadcrumbs Moved to the Right’ is closed to new replies.