Results 1 to 7 of 7

Hybrid View

  1. #1
    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

  2. #2
    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

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

    Default Re: Some Help on Header

    Perfect many thanks !

 

 

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