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
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:
needs moved out of <div id="all"> </div> , placed below in index.php file. , new css add like:
cheers,
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
Post a Comment