The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › changing footer wodth
I’m editing a custom theme and changed the width of the body and headers but having trouble changing the width of the footers.
[link removed]
I just need them to be the same length as the body (white) and headers.
Thanks, Daniel
Hi Daniel
Just add some style in css : (
.extra_content { width:989px; margin:0 auto; }
.footer_info { width:969px; margin:0 auto; padding: 42px 0 42px 20px; }
.footer_widget_area { width:949px; margin:0 auto; padding: 72px 10px 28px 30px; }
nav.footer{ padding: 5px 20px 0 0; }
)
thanks so much!!