• Hello, I am unable to give you a website because I am working on it locally, however I have a question regarding breadcrumb use in twenty eleven.

    My objective is to set a background to the breadcrumb bar and a white color behind the the breadcrumb text itself.

    I also wanted to know where the div is located to take it out of the content wrapper and have it float all the way to the left spanning from the left wrapper edge to the right.

    Thoughts.

Viewing 1 replies (of 1 total)
  • Thread Starter iselaespana

    (@iselaespana)

    ok I kind of figured it out, I am using the breadcrumb plugin, and I am trying to add this to my theme….

    <div class=”breadcrumbs”> <div id=”breadcrumb”>
    <?php if(function_exists(‘bcn_display’))
    {
    bcn_display();
    }?>
    </div>

    I have tried in numerous places, including my header, but when I add it it messes up my widget placement. any thoughts?

Viewing 1 replies (of 1 total)
  • The topic ‘Breadcrumb CSS question’ is closed to new replies.