You can use overflow-x: hidden; on the body if you don't want any of your page to show the scrollbar at the bottom. You might have to add some padding to ensure that none of your elements get hidden by the scrollbar. Use width: 100% on your parent and child elements that need to take up the full available width.