Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    1
    Plugin Contributions
    0

    Default Blank Cart and header

    Good Evening,

    I would like someone to help me to see how to reduce the gap that remains between the cart and the header, see my eCommerce, pronaturalstore

    Thank you,

    Amable

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

    Default Re: Blank Cart and header

    In the stylesheet.css file for your template find these 2 entries:
    Code:
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #9a9a9a;
    	border-bottom: 5px solid #336633;
    	margin-top: 1.5em;
    	}
    Seperate the headerWrapper from the rest so you end up with the following and add a height that you can adjust to suit
    And I would change the margin in the second from top to bottom as this gets you essentially the same thing without the top space
    Code:
    #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    	margin: 0em;
    	padding: 0em;
    	}
    #headerWrapper {
            height: 240px;
    	margin: 0em;
    	padding: 0em;
    	}
    
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
    	border: 1px solid #9a9a9a;
    	border-bottom: 5px solid #336633;
    	margin-bottom: 1.5em;
    	}

 

 

Similar Threads

  1. Shopping Cart Blank in FF and Chrome?
    By bigsy85 in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 4 Apr 2010, 03:26 AM
  2. Blank space above and below the header logo
    By sonduarte in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Jan 2010, 08:54 PM
  3. move add to cart and cart goes blank
    By shoesocks.com in forum General Questions
    Replies: 4
    Last Post: 25 Dec 2009, 09:45 PM
  4. Replies: 1
    Last Post: 16 Feb 2009, 06:04 AM
  5. cart in header? and searchbalk in header?
    By DCstyle in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 Jul 2008, 03:13 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