Results 1 to 7 of 7

Hybrid View

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

    Default Re: Help banner not wide enough & on top of zen cart banner!!!

    Your logo IMAGE is 120 pixels deep, but your stylesheet says:

    Code:
    #logoWrapper{
    
    	background-image: url(../images/header_bg.jpg);
    
    	background-repeat: repeat-x;
    
    	background-color: #ffffff;
    
    	height:75px;
    Your logowrapper is asking for just 75 pixels !

    Change to:
    Code:
    #logoWrapper{
    
    	background-image: url(../images/header_bg.jpg);
    
    	background-repeat: repeat-x;
    
    	background-color: #ffffff;
    
    	height:120px;
    20 years a Zencart User

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

    Default Re: Help banner not wide enough & on top of zen cart banner!!!

    ... and on the above point... my earlier post about header_bg.jpg

    ... Your header_bg.jpg should be sized to fit your WIDTH and HEIGHT dimensions as stated in your stylesheet:

    Code:
    #mainWrapper {
    
    	background-color: #ffffff;
    
    	text-align: left;
    
    	width: 950px;
    
    	vertical-align: top;
    
    	border: 1px solid #9a9a9a;
    
    	}
    and height:

    Code:
    #logoWrapper{
    
    	background-image: url(../images/header_bg.jpg);
    
    	background-repeat: repeat-x;
    
    	background-color: #ffffff;
    
    	height:120px;
    so your header_bg.jpg should be 950X120 px.
    20 years a Zencart User

  3. #3
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: Help banner not wide enough & on top of zen cart banner!!!

    YAY

    Thanx Schoolboy u been a great help, many Thanks

    I really appreciate the help

 

 

Similar Threads

  1. White Space between top banner & define_main_page
    By carol2848 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Feb 2012, 08:51 AM
  2. Layout not wide enough
    By purelypoultry in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 10 Mar 2010, 05:51 PM
  3. Question: Modifying Zen Cart Top Banner for Expandable Width
    By timotheos in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Feb 2007, 04:29 PM
  4. Replies: 2
    Last Post: 4 Feb 2007, 08:39 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