Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #382782

    hi
    is it possible in the new Enfold version to align bread crumbs to the right under the title?
    without changing the code
    regards
    Guy

    #383080

    Hi espressotech!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    .title_container .breadcrumb {
        float: right !important;
        position: relative !important;
    }
    
    

    Cheers!
    Günter

    #383556

    thank you
    my webmaster did exactly this and everything works fine except the blog pages .
    There the bread crumbs are on top of the head line.
    regards
    Guy

    #384226

    hi
    can someone reply why in blog pages the bread crumbs are on top of the blog title instead of below?\
    http://espressotech.co.il/%D7%91%D7%9C%D7%95%D7%92/
    regards
    Guy

    • This reply was modified 9 years, 10 months ago by espressotech.
    #384246

    #384811

    Hi!

    Sorry for the delay. Try to replace the code with this:

    .title_container .breadcrumb {
    position: absolute;
    right: 48px;
    top: 43px;
    }

    Cheers!
    Ismael

    #385208

    hey,
    this works in blog too
    thank you
    Guy

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘bread crumbs’ is closed to new replies.