Hi,
I would like to align my breadcrumbs to the left side, please help.
Hey dennishaarman,
Try adding this code in your Quick CSS (located in Enfold > General Styling):
#top .title_container h1.main-title.entry-title {
float: left;
margin-right: 20px;
}
#top .title_container .breadcrumb {
border-left: 1px solid #ccc;
position: static;
float: left;
height: 36px;
line-height: 36px;
margin-top: 0;
padding-left: 20px;
}
Let us know if it works :)
Best regards,
Nikko
It works, thanx! One more thing: the breadcrum is now also on the left on a mobile screen but it is hidden under the menu….
Hey!
Try adding this code in Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #main {
padding-top: 82px !important;
}
}
Let us know if it helps :)
Cheers!
Nikko