Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

    Default breadcrumb placement

    hello,

    just wondering if anyone can point me in the right direction on how to place the breadcrumb just below the category tabs. and instead of just on the center page, i need it to expand (same width as the site).

    thanks

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: breadcrumb placement

    You can do this in the stylesheet.

    Drop the left column down a bit by giving it extra padding at the top:

    .columnLeft {padding-top:10px;} Or whatever value pushes it down to your desired level.

    Then, for #navBreadCrumbs, use a NEGATIVE value for the declaration governing the LEFT MARGIN... such as...

    #navBreadCrumb {
    padding: 0.5em 0.5em;
    background-color: ##f3fdfc;
    font-size: 0.95em;
    font-weight: bold;

    margin: 0px 0px 0px -75px;
    }
    (where -75px is your value sufficient to shift it left to your required position.)
    20 years a Zencart User

 

 

Similar Threads

  1. v151 How To Have Breadcrumb Stay On Breadcrumb?
    By capncrunch0 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 9 May 2013, 02:55 AM
  2. Attribute placement
    By stitchnkitty in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 17 Feb 2010, 01:50 PM
  3. Image Placement
    By Resqjock in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Mar 2009, 12:52 AM
  4. sidebox placement
    By MB1 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Nov 2007, 05:35 AM
  5. Breadcrumb/CSS Changes Not Removing Breadcrumb
    By patschraier in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 May 2007, 08:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg