Quote:
Originally Posted by devilzfan300
|
Try viewing the source of your page to find the problem. Right above the Text Links (coming soon) is a table tag with a class of "contentpaneopen." So check your css for contentpaneopen (it's in the templates/[templatename]/css/template_css.css) to see if it's set to center. Quite a bit higher in the html source on line 225 is a <div align=center> which might be the issue.
Tracking these down in Joomla requires a global search of the joomla tree. A piece of PHP code could be writing the centered table or centered css tag. Find the problem in the html and backtrack it to the joomla code.
There's a very good chance that contentpane open is being spit out at line 456 (or so depending on joomla version) of components/com_content/content.html.php. Applies to 1.12 and lower, 1.5. But find the center attribute, that's suspicious.