I've recently had my site redesigned in Joomla and I can't get banners to center in the top banner module. The template is Ethno Orange (http://www.joomlademos.de/home?template=siteground-j15-92) My site is at: http://www.checkraise.com.au . When you add a banner to the top banner module, it shows up off center and cuts off half the banner. As a temporary fix, some table code was placed around the current banner so that it would appear centered in some browsers, however it still appears out of shape in internet explorer. I'd also like to be able to use the module without having to put table code around every banner I code in. I've tried all the usual align="center" type tags but none of those make any difference. Has anyone else had a similar problem or does anyone know how I can fix it?
Ok, on the demo site, the following code shows the info in the place where your banner is. Take a look at your style sheets and find the settings for "contentpaneopen" and "newsflash" and see if you can change the alignment there. Your going to have to play with the stylesheet to make it work. You could post in the theme developers forum and ask how to do it, most theme developers will know exactly what to change. <!-- Main Column --> <div id="maincolumn"> <div class="full"> <div id="newsflash"> <div class="newsflash"> <div class="module"> <div> <div> <div> <h3>Schlagzeilen</h3> <table class="contentpaneopen"> <tr> <td valign="top" ><p>all his text is in here.... </p></td> </tr> <tr> <td valign="top" > </td> </tr> </table> Code (markup):