Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Editing banner dimensions

    I need some help in increasing the size of the header banner without affecting the display of the template layout.

    I want to increase banner height and plan on using an animated gif. Width will remain the same.

  2. #2
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: Editing banner dimensions

    Take a look at the stylesheet.css for your templates css folder. the dimensions for your header graphic should be set there.

    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

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

    Default Re: Editing banner dimensions

    Quote Originally Posted by Stuff4Toys View Post
    Take a look at the stylesheet.css for your templates css folder. the dimensions for your header graphic should be set there.

    JOhn ><>
    Could you be more specific as to where in the file? I'm trying to do the same thing.

  4. #4
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: Editing banner dimensions

    In the STANDARD TEMPLATE

    I think this is the only place I made a change, I have a full width logo 750 X 120
    Code:
    #logoWrapper{ 
        background-image: url(../images/header_bg.jpg); 
        background-repeat: repeat-x; 
        background-color: #ffffff; 
        height:120px; 
        }
    It's been almost a year since I did this.
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  5. #5
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Default Re: Editing banner dimensions

    Hmmmph, I cannot for the life of me remember where I changed the name and size of the "LOGO" image, maybe someone else might have an answer.

    The above only affects the background image, not the logo image.

    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  6. #6
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Editing banner dimensions

    Here it is
    includes/languages/english/Your_Template/header.php
    Code:
    // added defines for header alt and text
      define('HEADER_ALT_TEXT', 'BulkLights.Com! - Energy Saving LED Holiday Lights!');
      define('HEADER_SALES_TEXT', '');
      define('HEADER_LOGO_WIDTH', '770px');
      define('HEADER_LOGO_HEIGHT', '120px');
      define('HEADER_LOGO_IMAGE', 'header_bg.jpg');
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

 

 

Similar Threads

  1. Question about editing the top banner
    By sofasurfer in forum General Questions
    Replies: 20
    Last Post: 10 Apr 2011, 02:22 PM
  2. Editing header banner
    By gamenet in forum General Questions
    Replies: 9
    Last Post: 6 Oct 2010, 04:48 PM
  3. Top Banner Ad Dimensions
    By WriteAtHome in forum Basic Configuration
    Replies: 7
    Last Post: 18 Dec 2009, 07:46 AM
  4. Editing Height of Banner
    By moonbeamsoycandles in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Nov 2009, 07:54 PM
  5. Editing tagline text below banner
    By Shadow in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 9 Aug 2007, 04:08 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