Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    help question Trouble customizing

    I'm working on customizing a site for my sis-in-law, and this is the first time that I'm using a zen cart.

    I can't figure out how to remove the white space between the header/Logo area and the EzPage Nav Bar. Can anybody tell me what code is putting the white area between them, please?

    Here is her site, if you need to see what I mean I don't want the white area between the header and EzPage nav bar.

    http://www.treestreasurechest.com
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

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

    Default Re: Trouble customizing

    This specificallly is not code but your design. Start by changing/correcting how you are getting the look: In your style sheet find this:
    Code:
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    
    #logoWrapper{
    	background-image: url(../images/header_bg.jpg);
    	background-repeat: repeat-x;
    	background-color: #ffffff;
    	height:110px;
    	}
    Change to this, dropping the solid color jpg and replacing it with the background color for the headerWrapper.
    Code:
    #headerWrapper {
            background-color: #ca9acc;
    	margin: 0em;
    	padding: 0em;
    
    
    #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    
    #logoWrapper {
    	margin: 0em;
    	padding: 0em;
    	height:110px;
    	}
    Additionally, I would remove the color block from your logo leaving your logo as just a seal/logo image. Some browsers will render the jpg/gif color slightly differently than the html color.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    help question Re: Trouble customizing

    That didn't work - messed up the page, but thank you for trying. I'm still pretty new to CSS as well as Zen Cart.
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

  4. #4
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    Idea or Suggestion Re: Trouble customizing

    AHA! THANK YOU! - I realized you left out a bracket in the code and it works great now.
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

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

    Default Re: Trouble customizing

    Thanks for catching that...I can't type

    Glad that you corrected it and it worked.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Having trouble customizing title
    By OneSister in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 2 Oct 2009, 10:16 PM
  2. trouble customizing css pages
    By MB1 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Sep 2007, 06:51 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