Dear Support Team
I would like to change the order of title and breadcrumb in functions.php in enfold child. I would like to have first the breadcrumb and second the title. How can I achieve this?
Kind regards
Jeannette
Hey Jeannette,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.main-title {
float: right;
}
.title_container .breadcrumb{
right: initial !important;
}
Best regards,
John Torvik
Dear John
Thank you for your fast response. But I need the title underneath the breadcrumb, both aligned on the left side. I don’t think, this can be achieved with CSS, because the containers are in a wrong order. Or do you see a possibility?
Kind regards
Jeannette