Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    64
    Plugin Contributions
    0

    Default Unknown random space i cannot remove.... argh!

    New to Zencart so first of all Hi :)

    secondly, i setup zen cart and have been playing with it for the better part of an entire day trying to customize the layout. But for some unknown reason i cannot identify where a space is coming from between what i understand is the #headerWrapper and #mainWrapper

    I have modified nearly every CSS line in an attempt to see a change, but that damn space wont go away

    Oh and it definately has nothing to do with #logoWrapper
    No matter what i set the height of that to that space remains the same.

    Any suggestions ?

    Here is a screenshot, the gab is circled in red, you can see it fairly well.




    Any suggestions would be greatly appreciated.

    Cheers
    Marty

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Unknown random space i cannot remove.... argh!

    You can try this that I quickly looked at but can not then view the alteration in IE. Take the following:
    Code:
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    Seperate out the headerWrapper as follows and apply a height & see what results
    Code:
    #headerWrapper {
            height: 110px;
            }
    
    #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Unknown random space i cannot remove.... argh!

    Quote Originally Posted by kobra View Post
    You can try this that I quickly looked at but can not then view the alteration in IE. Take the following:
    Code:
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    Seperate out the headerWrapper as follows and apply a height & see what results
    Code:
    #headerWrapper {
            height: 110px;
            }
    
    #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}

    Hi kobra, thanks for the reply.

    I already removed any spacing assigned, and have played with that theory a fair bit.

    I then did what you said in the 2nd part, assigned a height and i got mixed results.

    I could assign it to the true height of the #logoWrapper and YAY, it removes that annoying gap. but then it also removes the top part with the tile_bg.gif

    So i then forced a height in #navMainWrapper, and alas! It finally worked.

    Cheers for the help
    - marty

 

 

Similar Threads

  1. Remove space below Logo
    By psvialli in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 Mar 2013, 02:46 PM
  2. Remove random from Featured Product sidebox
    By volante in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Sep 2011, 05:49 AM
  3. Remove excessive space
    By grandpaj in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Dec 2010, 09:12 PM
  4. remove space?
    By julia44 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 May 2007, 08:50 PM
  5. Remove space...
    By Goofy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 May 2007, 11:16 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