<blockquote>
Hi there, have just come up with new fault which appeared out of nowhere. The template was running smoothly then out of the blue, when I click on the cyan box, the logo goes to cyan but the main header stays blue as can be seen by the inserted image. I have replaced the images in the Cyan folder and have even taken down and reinstalled the template all to no avail.
</blockquote>
This is quite strange problem and we need your live site to see what happen.
<blockquote>
Also, is there a way to change the user1 and user 2 modules so that they appear on top of each other rather then side by side?
</blockquote>
Open template index.php file, search this code:
if ($footermodule == 2) {
$divwidth = '49%';
$divheight = '145px';
} else if ($footermodule == 1) {
$divwidth = '99%';
$divheight = 'auto';
}
replace with:
$divwidth = '99%';
$divheight = 'auto';