Hos do I change the size of the header Image. I have a different header but it is bigger than the current one in height and when I upload it the site cuts the bottom of it off.
Hos do I change the size of the header Image. I have a different header but it is bigger than the current one in height and when I upload it the site cuts the bottom of it off.
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
Is there a .php style sheet that I need to edit for it?
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
So I tried to edit the image through the stylesheet by adding one line of code in the headerWrapper as below. For some reason it didn't work. It screwed the whole site up.
#headerWrapper {
margin: 0em;
padding: 0em;
height: 175px;/*adjust to suit*/
I'm totally lost!!
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
Anyone... Please help.... I have been working on this all day and it's not working!! What am I doing wrong?!?!
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
Copy /includes/languages/english/header.php to /includes/languages/english/your_template/header.php and edit these linesPHP Code:define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
Perhaps there is something nonstandard about your site. Seeing it live would allow us to give the best advice.
Hi guys i have the same problem, i have altered the header.php
and i have altered my css. file which has moved my nav bar down but my logo still doesn't show the full image it is still cutting the bottom off, my question is how do i get the full image to show,Originally Posted by gjh42
Copy /includes/languages/english/header.php to /includes/languages/english/your_template/header.php and edit these lines
PHP Code:
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
thanks, my live site address is http://www.samdana.co.uk