X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How do I move breadcrumbs? (https://forum.x-cart.com/showthread.php?t=61435)

psasser 11-01-2011 08:55 AM

How do I move breadcrumbs?
 
I have my store finally customized, except for one recurring problem that I cannot find the answer to. My breadcrumbs are appearing over other elements on the page. By "over," I don't mean "above," but "on top of." See link:
http://www.dishdashmeals.com/order/home.php?cat=250
I can get into the bread_crumbs.tpl file, but it doesn't seem to help. I have looked through content.tpl, home.tpl, home_main.tpl and quite a few others but cannot find any reference to it. Just using the sample page as an example, I would like the bread crumbs to appear below the running chef and the login/register buttons and above the product info. That same general location would work well on my other pages as well. Any input is greatly appreciated. I tried to figure it out through Firebug, but everything I used from that just ended up a dead end for me.

cflsystems 11-01-2011 09:59 AM

Re: How do I move breadcrumbs?
 
Change margin-top and height like the below

#content-container {
margin-top: 225px;
padding-bottom: 68px;


}

and

#header {
height: 225px;
top: 0;


}

psasser 11-01-2011 10:22 AM

Re: How do I move breadcrumbs?
 
Thanks! My only other question then, is where do I make these changes? My guess is that they would be in the css styles, but I'm not sure if they would go in the specific template's css file or the main ┘ or do they go in the bread_crumbs.tpl file?

cflsystems 11-01-2011 10:30 AM

Re: How do I move breadcrumbs?
 
In the css file where they are defined in the first place. Use Firefox/Firebug to find out exactly which one

psasser 11-01-2011 10:37 AM

Re: How do I move breadcrumbs?
 
Okay, now I feel bad for grumbling about that not being very specific. ;-) I found it, and it worked great! I just need to put in a margin or some padding, and I'm set. Thanks!


All times are GMT -8. The time now is 04:38 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.