Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how do i remove spce under breadcrumb

how do i remove spce under breadcrumb

Locked

Views: 1,246

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
8 Sep 2006, 5:02 AM
#1
bangsters avatar

bangsters

Zen Follower

Join Date:
Jun 2006
Posts:
168
Plugin Contributions:
0

how do i remove spce under breadcrumb

hi. how do i remove the empty space right below the header menu/breadcrumb that is trailing (It changes from HOME to HOME : CATEGORY : PRODUCT as you navigate your site)?? I want the image to be a notch above where it is located now.... the site is http://rock-n-slots.com

Thanks

Francis

8 Sep 2006, 5:45 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: how do i remove spce under breadcrumb

You've chosen not to use the H1 tag for that page, but it's still there taking up space.

<h1 id="indexDefaultHeading"></h1>

You'll need to comment that line in your template:
/includes/templates/YOURTEMPLATE/templates/tpl_index_default.php

<!-- <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1> -->
11 Sep 2006, 1:26 PM
#3
bangsters avatar

bangsters

Zen Follower

Join Date:
Jun 2006
Posts:
168
Plugin Contributions:
0

Re: how do i remove spce under breadcrumb

thanks that did the trick....now i ran into another problem...i tried to change the background color of the categories that show just below the header, and there is another white space in between....i couldn't figure out how to remove it....the site is everyonespokersupplies.com and you can see that there is a white bar in between the header and the categories.....

thanks

--francis

13 Sep 2006, 2:30 AM
#4
bangsters avatar

bangsters

Zen Follower

Join Date:
Jun 2006
Posts:
168
Plugin Contributions:
0

Re: how do i remove spce under breadcrumb

bump anyone?