Results 1 to 10 of 32

Hybrid View

  1. #1
    Join Date
    Jul 2008
    Posts
    50
    Plugin Contributions
    0

    Default Gap in container

    My page, http://www.itplace.biz/HealthDivine/...=index&cPath=4

    Has a gap after the container header on everypage, Im lost as to where to look and fix it, I thought it was css related, but cant find something that would cause it, im wonder if it its the tpl_header but again, stairing at the code for a week has made be unable to rectify the issue,

    Can someone point me in the right direction, I would greatly apprecaite it
    Thanks
    aero

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

    Default Re: Gap in container

    Try removing the padding in .centerColumn in the stylesheet.

    You have your center column header inside the navBreadcrumb div, which may be causing a problem.

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Gap in container

    You can correct the problem by changing about four things in the stylesheet and adding a couple more BUT...

    As stevesh, pointed out, you are going to have problems down the line with the code inside the breadcrumb.

    AND... you are setting this up in the classic directory. Take a deep breath, backup, investigate using a custom override directory, and get a copy of the firebug extension for firefox.

    Using a custom directory will make future upgrades easy. Not using it will be a nightmare.

    You should probably be doing all this inside the indexCategories div.

    You don't need a width for the top image, the core needs to be a specified width (628), the <br /> needs to go in the HeadingText (which should be headingText), and (right now) the 10 px padding-top in navBreadCrumb is adding the space you see.

    Still, I would caution you NOT to fix the problem this way but start with an override and use the indexCategories div.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Gap in container

    #navBreadCrumb {stylesheet.css (line 324)
    background-image:url(../images/ContainerHeader.jpg);
    background-repeat:no-repeat;
    height:35px;
    padding-top:0;
    text-align:center;
    width:632px;
    }
    ~Steve~

  5. #5
    Join Date
    Jul 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: Gap in container

    Wicked,
    That helped
    Much appreciated

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Gap in container

    Using
    #core {
    border-color:#006600;
    border-style:none solid;
    border-width:medium 1px;
    margin:0;
    padding:0;
    width:628px;
    }
    also helps the look in firefox.

    Just remember that you are building something that will NOT upgrade well.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  7. #7
    Join Date
    Jul 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: Gap in container

    all but the first page, is fixed
    http://www.itplace.biz/HealthDivine/index.php still has a gap

  8. #8
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Gap in container

    this margin is pushing things apart;

    .centerBoxWrapper {
    margin:0;
    }
    ~Steve~

  9. #9
    Join Date
    Jul 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: Gap in container

    Corrected that main page still had the gap, Im sooo new to Css its scaring me ;)

 

 

Similar Threads

  1. Replies: 5
    Last Post: 4 Sep 2011, 12:30 PM
  2. Container Shipping
    By lindasdd in forum Addon Shipping Modules
    Replies: 0
    Last Post: 22 Oct 2009, 03:55 AM
  3. Container Deposit on Canada
    By silenceway in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 28 Jul 2009, 03:50 AM
  4. sidebox container background images???
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Jan 2009, 03:18 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