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
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
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
Hi!
Sorry for the delay. Try to replace the code with this:
.title_container .breadcrumb {
position: absolute;
right: 48px;
top: 43px;
}
Cheers!
Ismael
hey,
this works in blog too
thank you
Guy