eyaldro1 Posted June 25, 2015 Share Posted June 25, 2015 how do i edit the arrows to accomodate for the entire word? Link to comment Share on other sites More sharing options...
yaniv14 Posted June 25, 2015 Share Posted June 25, 2015 Did you RTL your site? Can you post a link? Link to comment Share on other sites More sharing options...
eyaldro1 Posted June 25, 2015 Author Share Posted June 25, 2015 sure: home-shopping.co.il Link to comment Share on other sites More sharing options...
yaniv14 Posted June 25, 2015 Share Posted June 25, 2015 I'm not sure if you are working with rtl.css or not.but basically you need to make those changes. .breadcrumb a {padding: 0 22px 0 15px;margin-right: -26px;margin-left: 0;}.breadcrumb a:after {right: -10px;left: auto;-webkit-transform: rotate(225deg);-ms-transform: rotate(225deg);transform: rotate(225deg);}.breadcrumb a.home {margin: 0 -10px 0 0;} Don't forget to clear cache and/or remove ccc when testing/developing Link to comment Share on other sites More sharing options...
eyaldro1 Posted June 25, 2015 Author Share Posted June 25, 2015 Thanks! Link to comment Share on other sites More sharing options...
yaniv14 Posted June 25, 2015 Share Posted June 25, 2015 Oops, I just notice my mistake. .breadcrumb a:after {right: -10px;left: auto;-webkit-transform: rotate(225deg);-ms-transform: rotate(225deg);transform: rotate(225deg);} should be: .breadcrumb a:after {left: -10px;right: auto;-webkit-transform: rotate(225deg);-ms-transform: rotate(225deg);transform: rotate(225deg);} Link to comment Share on other sites More sharing options...
eyaldro1 Posted June 26, 2015 Author Share Posted June 26, 2015 Worked even with the mistake, but I'll fix it Thanks again! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now