Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    74
    Plugin Contributions
    0

    Default bottom of page is cut off

    I am trying to create a new template to match the rest of my site (www.crackedkettle.com/e-shop). When you click on 'view all products, or another long page the bottom of my page is cut short.

    I know it is related to the the buttons I am trying to install in the top wrapper, however, I would think there is a way to increase the length of the main page. I have looked through the css and php files for hours and can find nothing. Any suggestions?

    Cheers,

    Jeff

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: bottom of page is cut off

    I get 404 Not Found, both from clicking and from pasting the address without the trailing ).

  3. #3
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    74
    Plugin Contributions
    0

    Default Re: bottom of page is cut off

    haha, oops, its actually www.crackedkettle.com/store.

    Cheers, Jeff

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: bottom of page is cut off

    Ok, next question... what is it that is wrong? I can't see any problem with the bottoms of pages being cut off.
    I presume you are still working on your header/logo area.
    You could use the spacing fix between product listing lines, as your images touch top to bottom.
    PHP Code:
    /* space & border between listing items */
    .productListing-odd td, .productListing-even td {
        
    vertical-aligntop;
        
    padding0.5em;
        
    margin-bottom1em;
        
    border-bottom3px double #aaccbb;
        

    The padding also controls clearance between elements of each product, and you can set that separately by adding another value:
    padding: 0.5em 1em;
    The first value is top & bottom, the second is left & right.

  5. #5
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    74
    Plugin Contributions
    0

    Default Re: bottom of page is cut off

    Well, the problem isn't on the home page...which is fine so far, it is if you click on 'all items' or any other page that causes the page to become longer than the actual screen. Then, you can not scroll down to the copyright info and part of the bottom logo is cut off. It seems that when I add items to the top header, therefore increasing its height, more of the bottom header gets cut off. This tells me there is something defining a maximum length somewhere in the code so that the rest just gets cut off.

    I could probably use your suggestion with the product spacing but I like them as they are. I just want the page longer.

    Thanks a lot for responding.

    Cheers,

    Jeff

  6. #6
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: bottom of page is cut off

    Ahhhh no.....I looked at your page in firefox 2, IE7 and opera 9.1 on the all products page and I can scroll down to the footer just fine.....But you don't have any header.....
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    74
    Plugin Contributions
    0

    Default Re: bottom of page is cut off

    OK, a little more info for you. The page displays correctly in Mozilla but not internet explorer. So annoying! Any ideas? The bottom of the page just gets cut off!! I've spent hours trying to figure this out.

    Cheers,

    Jeff

  8. #8
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: bottom of page is cut off

    ok a little more info for you! Internet explorer 7 is fine....Internet explorer 6 the only thing not appearing at the bottom is the copyright line.......try a little bit (15px) margin-bottom on the mainWrapper.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #9
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    74
    Plugin Contributions
    0

    Default Re: bottom of page is cut off

    OK, fixed, thanks a LOT. I tried adding the margin-bottom to the main wrapper but that just seemed to shift everything to the left...weird. However, it seemed like a good thing to play with so I applied it to the body and it worked great.

    Cheers,

    Jeff

 

 

Similar Threads

  1. v150 Header image width is not adjusting bottom of image is cut off
    By RonGin in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Jul 2013, 06:09 PM
  2. Bottom of sidebox cut off
    By ladyk in forum General Questions
    Replies: 2
    Last Post: 2 Jul 2013, 03:37 AM
  3. Header image cut off on the bottom?
    By whatisthat456 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 3 Dec 2009, 03:14 AM
  4. Replies: 5
    Last Post: 16 Nov 2009, 12:23 PM
  5. Category image getting cut off on the right and bottom
    By rleepac in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 30 Mar 2009, 06:09 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