Making Footer Full Width
-
Currently my theme has 3 separate footers: left, center, and right.
I would like one full width footer instead.
My footer code is:body > .container.base { background: transparent; }
#footer_row { padding:50px 0 0 0; }
#footer_row > div > div.footer_widgets { padding-bottom:20px; }
/*.base { padding:0 0 20px 0; }*/
.base{padding-bottom:20px}
body > .container > .row.content_squeeze.footer_widgets { padding-top:20px; padding-bottom:20px; }how would I change this to make my footer full width?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Making Footer Full Width’ is closed to new replies.