Tagged: breadcrumbs
-
AuthorPosts
-
February 13, 2014 at 10:41 am #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,
AsafFebruary 13, 2014 at 1:15 pm #223371Hi 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!
YigitFebruary 13, 2014 at 3:52 pm #223471February 13, 2014 at 3:57 pm #223476February 13, 2014 at 4:16 pm #223483Thats odd..
I`m still getting the same prob…
http://quickfix.co.il/?p=85Both on Chrome and Firefox and IE…
February 13, 2014 at 4:21 pm #223486Shalom!
Please try flushing browser cache and refresh your page a few times. You can also try checking your website on another computer.
Cheers!
YigitFebruary 13, 2014 at 6:13 pm #223544Hey,
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;}
}February 13, 2014 at 6:26 pm #223550Never Mind. I found the problem (damm plugin language selector plugin…)
Thank You!
-
AuthorPosts
- The topic ‘breadcrumbs messed up in LTR.’ is closed to new replies.
