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

    I would like to move the breadcrumbs to the left hand side within the page / post templates rather than in the header.

    I have tired to follow https://kriesi.at/support/topic/change-breadcrumb-position-2/ with no luck the site is delaware.rentals.

    I have turned the breadcrumbs off for the time being.

    Thanks

    Josh

    #562017

    Hey Vincent!

    I can’t find any breadcrumbs on your website. Can you provide us a precise link please?

    Regards,
    Andy

    #562034

    Hi Andy,

    I have turned the breadcrumbs back on now.

    Thanks

    #562328

    Hey!

    Please add this in the Quick CSS field:

    .title_container {
        border: 0;
        position: absolute;
        left: 0;
        width: 100%;
    }
    
    .title_container .breadcrumb {
        position: relative;
        right: auto;
        top: auto;
        margin-top: -25px;
    }

    Regards,
    Ismael

    #562329

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .title_container .breadcrumb {
        right: auto !important;
    }

    Regards,
    Rikard

    #562815

    Thanks Ismael That’s worked great

    #562958

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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