Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Joomla module css formated errors Re: Joomla module css formated errors

#108380
TheDoc
Member

1) Remove the absolute position from #left
2) Remove the margin-left from #mainContent
3) Add float: right; to #mainContent

That should be enough to get ya started!