Increase footer width - Joomla! Forum - community, help and support


hi all,

i want increase width of footer on home page:

http://www.gave-zonen.dk/

i want grey footer wide green bar on top of page, how do that? have tried everything, rely on now.

br

peter

first of all, line of codes in index.php template:

code: select all

<div id="footer-outer">
  <div id="footer-sub">
    <div id="footer">
    </div>
  </div>
</div>


needs moved out of <div id="all"> </div> , placed below in index.php file. , new css add like:

code: select all

#footer-outer {width:100%}
#sub-footer {max-width: 1050px;margin:0 auto;}


cheers,





Comments