Hi there!
I'd like to move the breadcrumbs to the left rather than the right. I included the following in the quick CSS area:
#breadcrumb_wrapper .breadcrumb {
position: absolute;
top: -12px;
left: 0;
}
Now i don't see that elegant line across the top. What should I modify to make the background underneath the breadcrumb text fit only the text area?
Please see oceangate.wilder2sandbox.com as an example :)
Many thanks.














