Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Some Help on Header

    Hi ,

    Trying to change this template but having a few issues , how can I remove the Space below the Logo and the start of the Menu ?

    Temp site:-
    http://www.quantumistic.co.uk/claims...iondata.co.uk/

    Also I have a flash banner , how would I go about using that instead of the logo i have at the moment ?

    Many thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Some Help on Header

    Decrease the margin-top in #mega-wrapper in the stylesheet.

  3. #3
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Some Help on Header

    Quote Originally Posted by stevesh View Post
    Decrease the margin-top in #mega-wrapper in the stylesheet.
    Thanks,

    This is what i have in my .css could not see where is Margin -top ?

    Code:
    #mega-wrapper {width: 980px;margin:0 auto;display:block;position: relative;z-index:9999;}
    #mega-wrapper .mega-menu {list-style:none;width:940px;margin:30px auto 0px auto;height:43px;padding:0px 20px 0px 20px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Some Help on Header

    margin:30px auto 0px auto;

    Margin and padding expressed this way goes TOP RIGHT BOTTOM LEFT;

  5. #5
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Some Help on Header

    Thank you so much sorted !

    I have extended my Logo but as you can see there is still some space on the right , how can I make the Logo go full length ?

    Sorry been looking at firebug but that just confused me more !

    Thanks

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Some Help on Header

    Quote Originally Posted by psvialli View Post
    Thank you so much sorted !

    I have extended my Logo but as you can see there is still some space on the right , how can I make the Logo go full length ?

    Sorry been looking at firebug but that just confused me more !

    Thanks
    Your logo (the logo.png) must be the width of the site (which looks to be 1000px).

    Your PNG is currently 2020px × 143px.

    CROP it to 1000px.

    Change the following in stylesheet.css

    Code:
    #logo{
    	width:950px;
    	overflow:hidden;
    	float:left;
    	
    }
    to

    Code:
    #logo{
    	width:1000px;
    	overflow:hidden;
    	float:left;
    	
    }
    20 years a Zencart User

 

 

Similar Threads

  1. Need some Header and Footer help please...
    By carwash in forum Templates, Stylesheets, Page Layout
    Replies: 24
    Last Post: 18 Oct 2011, 11:23 AM
  2. Needs some help with header area
    By matchlock in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jul 2011, 11:33 PM
  3. Need some help...image rotation in header
    By c.my.m3 in forum General Questions
    Replies: 1
    Last Post: 17 May 2010, 05:04 AM
  4. Need some help with my header
    By canemasters in forum General Questions
    Replies: 3
    Last Post: 2 Feb 2008, 07:35 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