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
Hey Vincent!
I can’t find any breadcrumbs on your website. Can you provide us a precise link please?
Regards,
Andy
Hi Andy,
I have turned the breadcrumbs back on now.
Thanks
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
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.title_container .breadcrumb {
    right: auto !important;
}
Regards,
Rikard
Thanks Ismael That’s worked great
