Thread: logo & header

Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    10
    Plugin Contributions
    0

    Default logo & header

    please help. For some reason my logo when added makes my header very bid, how do i make the logo and header the same size? www.grabithot.com

  2. #2
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: logo & header

    you mage is to big you can put small or

    look in your

    .\includes\templates\YOURTEMPLATES\common\tpl_header.php


    searh <!--bof-branding display-->

    zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT)


    and fixed the image with your size with

    zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT,$width = 'your width', $height = 'yourheight')

  3. #3
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: logo & header

    Better would be to extend the line using the user-definable width and height from the includes/languages/english/header.php file, i.e.
    zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT)
    Better still would be to make the logo the correct size for display. As an oversized logo reduced by a browser will typically offer lower quality than reductions made by image editing software, and will eat both unnecessary bandwidth and slow down site loading times.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. moving header logo & nav bars around..
    By jvn01 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Nov 2010, 04:09 PM
  2. Problem changing logo & header text.
    By OrcaSoul in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 6 Feb 2010, 12:40 AM
  3. Header Title change & Logo position
    By Ecable in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Feb 2009, 06:09 AM
  4. whitespace between header logo & nav....
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Sep 2006, 07:41 PM
  5. Gap in Header & Logo / need full border around table
    By lancebotha in forum Templates, Stylesheets, Page Layout
    Replies: 24
    Last Post: 12 Jul 2006, 02:28 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