Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2008
    Posts
    96
    Plugin Contributions
    0

    Default bread crumb positioning

    Hi All,
    I was just wondering is there a way to do this. If you look at our website www.signifypromotions.co.uk there is a cart contents at the top underneath the logo header and the bread crumb is just below that. What i want to do is remove the cart contents off the main page and would this push the bread crumb up in it's place and move the rest of my site up or would i have to define position for the bread crumb? How would this work?

    visitors don't really use the the cart, it's more of an information call us type of site rather than adding products to cart.

    Any replies are very appreciated.

    Thanks
    Taz

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: bread crumb positioning

    Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

    Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

    Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

    Some prefer Firebug, which does much the same thing.


    In this case, if you use Web Developer to add display:none; to the #cartHeader rule in the stylesheet, it will disappear and you'll see that the breadcrumbs move up, but won't move left into the sidebox column.

  3. #3
    Join Date
    Sep 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: bread crumb positioning

    Thanks Stevesh it worked great, I also learned something about the developer tools as well I can't believe I have not been using it!

    Thanks
    Taz

  4. #4
    Join Date
    Sep 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: bread crumb positioning

    Is there any easy way to tell if you need to edit a certain part in CSS or PHP?

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: bread crumb positioning

    Mostly it depends on what you want to do with it. Styling will almost always be done in CSS. Moving something one way or another will also usually be done with margins and padding in the stylesheet. Moving an element relative to other page elements usually requires editing a PHP file.

 

 

Similar Threads

  1. Re positioning bread crumb on lhs?
    By PhilipB in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Feb 2011, 07:58 AM
  2. Using bread crumb problem
    By mcpisik in forum General Questions
    Replies: 7
    Last Post: 2 Sep 2010, 07:50 PM
  3. Change bread crumb navigation
    By plaz in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Jun 2010, 03:20 PM
  4. bread crumb question
    By andy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Feb 2007, 12:27 AM

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