Shape 5

Joomla Templates => Touch of Soul - Club => : sfpkent March 08, 2010, 12:52:38 PM



: the whole contact form move to center in Firefox and IE
: sfpkent March 08, 2010, 12:52:38 PM
Hi,

I just installed Enhanced Contct Form, the whole form move to center. May I know why? And I realised that each time I insert new table in the editor, it will started in the center, how to fix it?

Link: http://worldwebcreator.com/pv/index.php?option=com_contact_enhanced&view=contact&id=1&Itemid=154

Thanks!
Kent


: Re: the whole contact form move to center in Firefox and IE
: mikek March 08, 2010, 12:57:44 PM
Hello, if you edit template_css.css at line 147 you'll find:

table {
margin-left:auto;
margin-right:auto;
}

Just remove that. It's not an essential line of code, it's just used to fix some links in the default joomla layout.