Salve stesso identico problema!!!!
Ho inserito il modulo Right, ma la pagina centrale va sotto e spagina il soto Qua sotto il file index.php dei template
<?php
// *************************************************
// Copyright by joomlaskins.de
//
// Für eine Copyright-Free Version oder Fragen
// schauen Sie einfach in unserem Forum
//
http://www.joomlaskins.de vorbei
//
// For a copyright-free version or any issues,
// check out the forum at
//
http://www.joomlaskins.de//
// *************************************************
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; <?php echo _ISO; ?>" http-equiv="content-type" />
<?php if ( $my->id ) { initEditor(); } ?>
<?php mosShowHead(); ?>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/favicon.ico" />
</head>
<body>
<div align="center">
<div id="header">
<div align="left">
<div id="header_left">
</div>
</div>
<div align="right">
<div id="header_right">
<div id="banner"><?php mosLoadComponent( "banners" ); ?></div>
</div>
</div>
</div>
<div id="head">
<div id="head_left">
<div align="left">
<div id="pathway"><?php mosPathWay(); ?></div>
</div>
</div>
<div align="right">
<div id="head_right"><?php echo mosCurrentDate(); ?></div>
</div>
</div>
<div id="wrapper"><div id="divider"></div>
<div align="center"><?php mosLoadModules('user3'); ?></div>
<div align="right"><div id="left">
<div align="left"><div id="left2"><?php mosLoadModules ( 'left' ); ?></div></div></div>
<div align="right"><div id="head_right"><?php mosLoadModules ( 'right' ); ?></div></div></div>
</div>
<div align="center">
<div id="mainbody">
<div align="center">
<div id="main"><?php mosMainBody('center'); ?></div>
</div>
</div>
</div>
<div id="footerbg"></div>
</div>
<div align="center">
<div id="footerbg2"><?php include_once('includes/footer.php'); ?>
<!-- START Copyright - Der Link auf JoomlaSkins.de darf nur gegen eine geringe Gebühr entfernt werden! Weitere Informationen finden Sie auf unserer Webseite. -->
<div id="copyright"><a href="
http://www.joomlaskins.de" target="_blank">Template by JoomlaSkins.de[/url]<!-- END Copyright --></div></div>
</div>
</div>
<?php mosLoadModules( 'debug', -1 );?>
</body>
</html>
Ringrazio in anticipo