My breadcrumbs are aligned centre. I would like to align them left.
arimakidd Hi. Please try with this css:
#menu.zen-menu-center .breadcrumbs li { display: block; float: left !important; }
teitbite unfortunately this didn't work.
arimakidd Hi Replace the code with this code
.breadcrumb.zen-reset-list li { float: left !important; }
Clear browser cache if changes not appear.
Regards
Thanks. Solved.