Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default White Space Below Logo

    I am using V 1.38......
    Have a couple of problems to fix.

    There is a white space below my logo just above the bar with the ez pages in it. I would like to eliminate that white space completely.

    Secondly.....I have the dreaded box with the red X in the upper left corner of my logo. Tried many things to get rid of but still there. Does not show up in firefox.

    Link to site: www.centraltrailer.com/cart

    Thanks in Advance.

    Martin Smith

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: White Space Below Logo

    #logowrapper has a height of 130px. Your image is not this high. So you need to reduce the height of #logowrapper or increase the size of the image.

    In stylesheet.css look for:


    Code:
    #logoWrapper{
    		background-image:
    	url(../images/cts_top_store.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height:130px;
    	}
    Change the 130px to match the height of your image.

    I think that there are other issues too but get rid of this and we'll have a look.

  3. #3
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: White Space Below Logo

    Okay I changed the logo wrapper to the same size as my image.
    (119).

    Now there is still a white space below the logo before the ez pages bar.
    Would like to get rid of this....please.....

    Also the issue of the Image box (red X) in the upper left corner of the logo image (links back to the main cart page).

    Thanks for your help.
    Martin

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

    Default Re: White Space Below Logo

    If you will load a copy of your image cts_top_store.jpg to your cart/images folder I can provide a better solution
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: White Space Below Logo

    File has been uploaded per your request.

    Thanks
    Martin

  6. #6
    Join Date
    Jun 2009
    Posts
    187
    Plugin Contributions
    0

    Default Re: White Space Below Logo

    I'm not sure if it is the same problem as mine, but I had some space that was annoying me under the logo. See if the same fix will work for you.

    http://www.zen-cart.com/forum/showthread.php?t=131858

    Looking at your site I'm not sure this fix will work. Let us know what you did to fix it.

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

    Default Re: White Space Below Logo

    Find in your stylesheet the following
    Code:
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    Seperate and edit to resemble this and adjust value if required
    Code:
    #headerWrapper {
            height: 164px;
    	margin: 0em;
    	padding: 0em;
    	}
    #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: White Space Below Logo

    Sorry but that didn't work.....it put my logo half way up into the top bar where the home and login is........

    Didn't move it down but moved my logo up.

    Need to get rid of white space below logo and above the bar where the ez pages links are.

    Thanks,
    martin

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

    Default Re: White Space Below Logo

    Can't see what it did????

    Did you try adjusting the value???

    the ezpage links are contained inside of the headerWrapper
    Zen-Venom Get Bitten

  10. #10
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: White Space Below Logo

    I adjusted it as you suggested.

    The top blue bar had the home and login links in it.
    Now the links are sitting in the upper left hand corner of my logo image.

    The white space is still below the logo and the lower blue bar with the privacy notice and my account links.

    Want to get rid of the white space below the above links.

    Martin

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Unwanted white space below logo
    By MTODavid in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 Jul 2009, 07:55 PM
  2. Empty space - below logo and below Home & Log in links - how to delete?
    By dabone in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jan 2009, 01:18 AM
  3. White space below logowrapper
    By Three Sisters in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 11 Aug 2008, 05:10 AM
  4. Remove white space below banner
    By Vega in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Apr 2008, 07:30 PM
  5. White space below header
    By canemasters in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Mar 2008, 10:46 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