Quote Originally Posted by Purecarsound View Post
Hi Anne

Hope you are well? The new site is coming along now www.johnwoodsmotorcare.net. I've attempted to get the logo to display properly on the top of the page but for some reason, no matter what I do in the header.php file the 'search' box and links bar cut off the bottom of the logo? See Screen capture below.



I've tried allsorts of different hight/width settings in the file but to no avail!

// added defines for header alt and text
define('HEADER_ALT_TEXT', 'John Woods Motorcare :: Modern and Classic MG Parts');
define('HEADER_SALES_TEXT', 'www.johnwoodsmotorcare.net');
define('HEADER_LOGO_WIDTH', '445px');
define('HEADER_LOGO_HEIGHT', '200px');
define('HEADER_LOGO_IMAGE', 'jwmc_final_logo_banner.png');

Are you able to advise?

Add this to #logo in your stylesheet.css file:

Code:
margin-bottom:50px;
Thanks,

Anne