It's a rather stupid question but I was out for a while.Does anyone know how I can change the width and the height of my logo of my dutch version of the shop to my english version of the shop.?
www.afro-masks.com
It's a rather stupid question but I was out for a while.Does anyone know how I can change the width and the height of my logo of my dutch version of the shop to my english version of the shop.?
www.afro-masks.com
The logo dimensions are held in the header.php language file for exactly this reason.So no problem setting them differently for English and Dutch.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
They are both set to :
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
and still getting different dimensions.
If you look in the source, the dimensions are set to 192X64 in the Dutch version, but no dimensions are shown in the English version, so you've done something differently. I would try increasing the 64 to 120 in the Dutch file.
thx it works now