Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    18
    Plugin Contributions
    0

    Default Header being covered

    Hi,
    I was hoping someone could help me with my site.
    www.microbelift.net
    I'm having trouble with the banner. It's too wide ( right side )
    and also is being covered by the links under it. How can I fix this as well?
    Thanks
    Howard
    microbelift######################

  2. #2
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Header being covered

    Your site width is 750px and your banner/logo is 780px. You need to either use a different logo or change the width of the whole site.

  3. #3
    Join Date
    Feb 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Header being covered

    How do I change the width of the site?
    Also what about the links covering some of my logo?
    Thanks for the help.
    Howard

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Header being covered

    change width of site via
    Code:
    includes/templates/classic/css/stylesheet.css
    i.e.
    Code:
    #mainWrapper {
     background-color: #ffffff;
     text-align: left;
     width: 750px;
     vertical-align: top;
     border: 1px solid #9a9a9a;
     }
    Logo: alter height/width of logo image via
    includes/languages/english/classic/header.php
    i.e.
    Code:
    define('HEADER_LOGO_WIDTH', '200px');
    define('HEADER_LOGO_HEIGHT', '70px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');
    may also have to adjust in stylesheet
    Code:
    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
     background-repeat: repeat-x;
     background-color: #ffffff;
    height:75px;
     }

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

    Default Re: Header being covered

    DUPLICATE POST

    http://www.zen-cart.com/forum/showth...849#post686849

    Post same question in only one subject area, Please

 

 

Similar Threads

  1. v154 New logo covered by Nav Bar
    By LMStore in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 18 Feb 2015, 10:51 AM
  2. I'm sure this is covered somewhere, but...
    By JosephICan in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 4 Apr 2011, 09:03 AM
  3. Problem with attributes being covered by left column...
    By OnlySeaDoo in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 8 Feb 2011, 08:32 AM
  4. Stylesheet - text covered by images
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 May 2008, 05:29 AM
  5. Shipping Covered by Gift Certificate
    By TIMmontreal in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 1 Jun 2006, 01:20 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