Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Different Browers / Different Views

Different Browers / Different Views

Locked

Views: 1,049

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Feb 2009, 8:08 PM
#1
dmiller226 avatar

dmiller226

New Zenner

Join Date:
Feb 2009
Location:
tigard, oregon
Posts:
5
Plugin Contributions:
0

Different Browers / Different Views

Two questions for you all.

#1
I am having an issue with using different web bowers.
Chrome & Fire Fox read my index page just fine. When I look at it Using IE it throws off the Banner and part of the Beginning Text.

#2
On my Index Page in the center where it say “home” and it’s linked. Where is that in the EZ page? I’d just like to remove it.

https://www.inciterclothing.com/index.php

Thanks for the help
David

26 Feb 2009, 1:20 AM
#2
jhouse avatar

jhouse

Zen Follower

Join Date:
Dec 2006
Posts:
132
Plugin Contributions:
0

Re: Different Browers / Different Views

Regarding #1, on line number 265 in your stylesheet.css, try setting your padding to zero, so it should be:

#navCatTabs ul {line-height:1.5em;
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}

If that doesn't do the trick, try setting your line-height to 100%

#2, the "Home" link is part of your breadcrumbs, thus on other pages it'll read something like: Home : Men's : T-Shirts
Some customers like this feature, so you may want to have it on subsequent pages. Here's how you do it:
admin -> configuration -> layout settings -> define breadcrumb status - off, on, off on home page only

Hope this helps.

26 Feb 2009, 10:48 PM
#3
dmiller226 avatar

dmiller226

New Zenner

Join Date:
Feb 2009
Location:
tigard, oregon
Posts:
5
Plugin Contributions:
0

Re: Different Browers / Different Views

Thanks.

I tried it both ways on the navCatTabs... To no avail. I'll have to go back a little further and see how I blocked it from showing the header text. I'm going to guess I put something wrong in there.

d.