Tagged: breadcrumbs
Hi,
I am facing issues in Breadcrumbs in many pages the breadcrumbs are over layed on the title.
This issue may be due to long title Is there any solution to this issue?
Attaching images of the issue :-
http://www.evernote.com/shard/s497/sh/801a1a17-ce95-4217-ad21-4217562ea99d/fa705471a4ff75fc3b32721b6114a3f8
http://www.evernote.com/shard/s497/sh/1ee081f7-171d-4c7f-86de-2c5b5820458e/df8f8c89a95a97497295ab859258e7b1
Hey infigic!
Try adding this to your custom CSS.
.title_container .breadcrumb { position: relative !important; right: auto !important; left: 0px !important; }
Regards,
Elliott
Thanks worked for me.