Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default space above second green strip

    Hi, I've looked but cannot find a setting in css or php. I added in the second green strip in the header area as an EZ-page. Screenshot attached. I need to find some sort of margin or padding setting for either the bottom of the header area or the top of the new EZ-page area, that will snug the second green strip up to the header elements. It has to be a horribly simple fix, but I haven't located it. Thanks.
    Attached Images Attached Images  

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

    Default Re: space above second green strip

    Pics are nice but link to this will get you an answer
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: space above second green strip

    Yes, here it is, thank you.
    http://www.vintage-adventures.com/

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

    Default Re: space above second green strip

    Couple of things to help
    You can add a matching background color to the headerWrapper in your stylesheet as similar to this where you seperate it from the multiple listing it is now in
    Code:
    #headerWrapper {
    	margin: 0em;
    	padding: 0em;
            background-color: #ededd9;
    	}
    Then in a copy for your template overrides structure of tpl_header.php at about line 90 or so find this and remove the <br class="clearBoth" /> entry as I have highlighted
    Save it and upload it
    Code:
    <?php
                    }
                  }
    ?>
        </div>
    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Oct 2010
    Location
    Idaho
    Posts
    292
    Plugin Contributions
    0

    Default Re: space above second green strip

    will do! and thanks again!

  6. #6
    Join Date
    Aug 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: space above second green strip

    Thank you! been fitzing around for a while trying to figure out where that same space was coming from.

 

 

Similar Threads

  1. Remove space and green strip from stylesheet
    By willie634 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Aug 2010, 07:17 PM
  2. trying to remove the white strip above my header
    By mccormr7 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Apr 2009, 02:06 PM
  3. Space above centerboxes
    By tannersports in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Mar 2008, 10:22 PM
  4. Space between first and second attribute
    By Stormshade in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 14 Jul 2007, 05:33 PM
  5. How to add a dark green bar right below my logo and above my catogories?
    By stargre in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 9 Nov 2006, 07:27 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