In order to improve the appearance of my site www.QuiteQuirky.co.uk on mobile devices I have scaled everything that I can to be 100% of the screen width. This has worked for everything with the exception of the logo. I have changed every reference to the width to set it to 100%
eg header.php
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Personalised Memory boxes, Keepsake Boxes, treasure chests and unique special occasion gifts');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '100%');
//define('HEADER_LOGO_HEIGHT', '50px'); GJ39
define('HEADER_LOGO_IMAGE', 'logo.gif');
I know this is the right one as changing the name of the logo affects the logo, but the width makes no difference - the logo always appears "real size"
I have been through all the posts trying to address this problem, but cannot find anything that works.
I am using the Classic Contemporary Green template on v1.5.0. Does anyone have any idea what else is affecting this?


Reply With Quote

