Home › Forums › CSS › Joomla module css formated errors › Re: Joomla module css formated errors
August 23, 2012 at 5:12 pm
#108380
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!