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
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
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')
Better would be to extend the line using the user-definable width and height from the includes/languages/english/header.php file, i.e.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.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)
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)