Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Apr 2006
    Location
    Homebase: Spokane, WA
    Posts
    103
    Plugin Contributions
    0

    Excess Header Space

    Hello (again!!),
    I have been using ZenCart for about 2 months now loading products and tweaking configs and layout. I have a problem that so far I have not been able to find an answer. There is excess space in the center column between the header graphic and the "Welcome Guest!" text that I cannot figure out how to remove. The site is hatnpatch.com and I appreciate any assistance.

    Thanks,
    Rod


    p.s. I am running 1.2.7 as we have almost 3800 items and not ready for the headaches that may arise at this time.

  2. #2
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Excess Header Space

    Look at your stylesheet for "leftbox" & "rightboxt"
    see if there is margin or margin-top defined. Set to 0 value


    Dimi

  3. #3
    Join Date
    Apr 2006
    Location
    Homebase: Spokane, WA
    Posts
    103
    Plugin Contributions
    0

    Default Re: Excess Header Space

    Dimi,
    Thanks, but there is no top margin or just plain ole margin, only margin-bottom in the css.

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Excess Header Space

    Open YOUR_TEMPLATE/templates/index.php and remove the table row that contains the <h1></h1> section. Even though you have no text in it, it is taking up space.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Apr 2006
    Location
    Homebase: Spokane, WA
    Posts
    103
    Plugin Contributions
    0

    Default Re: Excess Header Space

    Kim,
    Thanks for the quick reply. I am using 1.2.7 and think maybe what you are talking about is actually in:

    zencart/includes/languages/english/classic/header.php

    ??????????

    I used the Developer Tool Kit for search for the <H1> and it showed:

    Line #34 : define('HEADER_SALES_TEXT', '<h1></h1>');

    Is this the ones I should remove to look like this:

    Line #34 : define('HEADER_SALES_TEXT', '');

    ???

    Sorry for the tip-toeing arond on this but we are really starting to get visitors and don't really want to make a mistake and whack my site all up.

    Thanks,
    Rod

  6. #6
    Join Date
    Apr 2006
    Location
    Homebase: Spokane, WA
    Posts
    103
    Plugin Contributions
    0

    Default Re: Excess Header Space

    OK, I just did what I asked above and it didn't work....

  7. #7
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Excess Header Space

    Another option:
    Look in your stylesheet for "leftboxheading" rightboxheading" and see what padding or margin values you have. Set them top to 0

  8. #8
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Excess Header Space

    Sorry, forget last post. You have a 2px padding-top at ".column_left" ".column_right ". Check this also


    Dimi

  9. #9
    Join Date
    Apr 2006
    Location
    Homebase: Spokane, WA
    Posts
    103
    Plugin Contributions
    0

    Default Re: Excess Header Space

    Dimi,
    THANKS!!! IT WORKED!!! Well, kinda.... Here's what I ended up doing:

    In the stylesheet (this is pretty new to me still, I was a 'hard HTML' guy before this) i found:

    /*center main section
    -----------------------------------*/
    TD.pageHeading, DIV.pageHeading, h1 {
    font-size: 16px;
    font-weight: bold;
    color: #000066;
    padding-top: 11px;

    I changed:

    /*center main section
    -----------------------------------*/
    TD.pageHeading, DIV.pageHeading, h1 {
    font-size: 12px;
    font-weight: bold;
    color: #000066;
    padding-top: 1px;

    and it pulled it all up and looks BETTER!!! WOO HOO!!

    Thanks so much!!

    Rod

    p.s. This community is AWSOME!!!

  10. #10
    Join Date
    Mar 2006
    Posts
    208
    Plugin Contributions
    0

    Default Re: Excess Header Space

    You welcome

    Where do the people here find the smilies?
    I just can't wake them up....

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Excess white space on right side- and I do mean EXCESS!
    By chezRone in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 31 Mar 2010, 08:21 PM
  2. Excess space at bottom of pages
    By Scorpiowoman in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 15 Mar 2009, 04:21 AM
  3. Excess Space in header
    By estrat in forum General Questions
    Replies: 2
    Last Post: 25 Dec 2008, 07:28 AM
  4. Space Between Logo-header and EZ-Pages Header
    By Tig in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jul 2008, 07:17 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