• hello
    I have some posts in RTL. their title uses <span style=”direction: rtl;text-align: center;display: table;margin-left: auto;margin-right: auto;”>RTLxxx</span>

    This works OK in posts, archive and backend and the position of it in NavXT is also OK.

    The only issue is that in NavXT mixed RTL/LTR title it is shown as LTR, not as RTL.
    “RTL text” is shown “text RTL”
    is there a way to overcome this in NavXT?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    This sounds like it is probably more of a styling issue than an issue with Breadcrumb NavXT. If Breadcrumb NavXT is faithfully outputting the HTML markup for breadcrumb title (e.g. the span is there and as you expect), then this is likely something that can be fixed with some tweaks to your theme’s (or child theme’s) style.css.

    Thread Starter asc1212

    (@asc1212)

    thanks.

    for anyone who is interested in this matter, the following CSS fixed the matter and now NavXT shows the RTL title similar to the title itself.
    Theme is Divi BTW.

    span[property="itemListElement"] span[property="name"] span{
    display:table-cell!important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumb RTL’ is closed to new replies.