Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #223320

    Hey,

    I`m trying to fix the breadcrumbs in RTL web site.
    I want to enforce LTR only in the breadcrumbs div, but no luck. I tried the following css:

    #top .title_container .container { direction: ltr; }

    Thank you,
    Asaf

    #223371

    Hi asafku!

    Please try following code in Quick CSS section

    .title_container { direction: ltr!important; }

    and post the link to your website if that does not work. I have checked the website you have posted in your previous topic but it is currently using Twentyfourteen theme.

    Cheers!
    Yigit

    #223471

    Hey,

    No luck…

    http://quickfix.co.il/?p=87

    Thank You!

    #223476

    Hey!

    It looked fine to me, please see screenshot here http://i.imgur.com/fT4HPhE.jpg

    Regards,
    Yigit

    #223483

    Thats odd..
    I`m still getting the same prob…
    http://quickfix.co.il/?p=85

    Both on Chrome and Firefox and IE…

    #223486

    Shalom!

    Please try flushing browser cache and refresh your page a few times. You can also try checking your website on another computer.

    Cheers!
    Yigit

    #223544

    Hey,

    I see the code is working only on Mobile view, but no in a desktop view.
    I entered the follwoing code to the custom.css file, but still no luck..

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise ope$

    /* General Custom CSS */
    .stretch_full .container {
    display: none;
    }

    .title_container { direction: ltr!important; }
    #top .title_container .container {display: none;}

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
    .title_container { direction: ltr!important; }
    #top .title_container .container {display: none;}
    }

    #223550

    Never Mind. I found the problem (damm plugin language selector plugin…)

    Thank You!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘breadcrumbs messed up in LTR.’ is closed to new replies.