Tagged: breadcrumbs, enfold, modify, title
I would like my breadcrumbs to be displayed underneath the title, just like how it is done in these forums. Can someone please direct me how to make this happen. Thanks in advance.
Hey hotspot01!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .breadcrumb { right: auto; left: 47px; top: 75%; }
.title_container .main-title { top: -6px; }
Best regards,
Yigit
Awesome! Thanks for the super quick reply.