Quote Originally Posted by My_Red_Zebra View Post
My test site is technically 'live' (www.mylocalpoolshop.com.au/TanyaPools) but I'm still having problems. I've applied these styles to the same place as the 'also purchased' box but to no satisfaction.

I am no programmer and am not terribly savvy with these things but am certainly learning quite a bit as I go.

Do I have to change the stylesheet or do I have to change the actual files in the downloaded files? If I'm not a wrong path here, can you please advise me what the right path is?

Thanks very much for your help.
Undo what you have done
You have duplicated id="alsoPurchased"

Then in includes\templates\YOUR_TEMPLATE\templates\tpl_modules_multi_xsell_products.php
around line 30 find..
PHP Code:
    <h2 class="centerBoxHeading"><?php echo constant('TEXT_MXSELL' $mxsell '_PRODUCTS'); ?></h2>
add <span> tags and change to
PHP Code:
    <h2 class="centerBoxHeading"><span><?php echo constant('TEXT_MXSELL' $mxsell '_PRODUCTS'); ?></span></h2>
See if that works....