QUOTE (Technology Ideas @ Jun 17 2010, 01:08 AM)

The logo is set in avactis-themes/system/pages/templates/page.template.tpl.html and also in CSS avactis-themes/system/css/layout.css under cc_icon
Having said that though, if you make that wider, you might affect other elements in the div, so an alternative is to simply use a smaller PayPal logo of course.
To add to this, to change the logo area on the checkout process (rather than the home page which is what I spoke about just above), you can alter avactis-themes\system\checkout\payment-methods\paypalpro\select-express-checkout-paypalpro.tpl.html and move the logo down in there just by the simple <br> statement or as you wish.
Thanks so much for the quick reply.
Can you please be more specific about what I would need to change and where?
I'm not that great with css or html.
For the front page logo, I want to use a logo that's the same width but just a bit higher - so I would assume that wouldn't affect the rest of my page(?)
What would I need to change specifically in the html or css files to achieve this?
and then for the checkout page...
Where do I need to enter the </br> tags?
CODE
<hr><!-- BEGIN TPL (DO NOT REMOVE!) -->
<div class="paypalpro_expresscheckout">
<div><?php Local_PaymentMethodName(); ?></div>
<div>
<?php $v = getLocal_ErrorMessage(); if ($v != '') { ?><div class="error_message"><?php echo $v; ?></div><?php } ?>
<div>
<!-- Required PayPal Pro Tag Begin (DO NOT REMOVE!) -->
<?php Local_PayPalProExpressCheckoutMethod(); ?>
</div>
<div>
<!-- Required PayPal Pro Tag End (DO NOT REMOVE!) -->
<?php Label('CHECKOUT_PAYPAL_PRO_US_EXPRESS_CHECKOUT2_MESSAGE'); ?>
</div>
</div>
</div>
<!-- END TPL (DO NOT REMOVE!) --><hr>
Thankx in advance for your assistance on this