Home › Forums › CSS › A couple issues with loading and positioning › Re: A couple issues with loading and positioning
May 7, 2012 at 5:41 am
#102430
Member
Hi brent_james
If the gap on the right hand side is the issue, it’s caused by the webkit scroll bar you’ve applied…
::-webkit-scrollbar {
height:10px;
width:7px;
background-color:#FFFFFF;
}
remove that and it will fill the page. The problem with the footer not sitting at the bottom can be fixed with a sticky footer