Search code examples
htmlcssmenufooter

How to make menu and footer full screen width?


I'm having trouble figuring out how to make the menu and footer expand across the screen...as of now they only are body width 960px...

page link: www.kvf.fo/vix


Solution

  • I saw your page. you have wrapped your footer and main content inside body and you have given body width:960px;. so the footer taking 100% width of body i.e 960px. To get the desired result don't wrap footer inside body. use different div for footer and main content of the page. And assign the div width:960px; which wrapped main content. Don't give dody width:960px;