Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthoraglegarte
    • CommentTimeApr 23rd 2009
     
    http://www.phillybci.org/photos/

    RSS footer is fine but my Collections header extended the width beyond my page. Also messed up the fonts and my own breadcrumbs. Would appreciate suggestion to tweak. Thanks a lot...
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 23rd 2009
     
    aglegarte,

    Open 'header.php' in themes/default/ and change the following code from:
    print '<div id="main_container">
    <div id="breadcrumbs">

    to:
    print '<div id="main_container">
    <div id="plogger-breadcrumbs">


    and then open 'gallery.css' in themes/default/ and change the following code from:
    #breadcrumbs {
    to:
    #plogger-breadcrumbs {

    It's just a naming conflict with your main breadcrumbs and the Plogger breadcrumbs div tags having the same id.