Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS A couple issues with loading and positioning Re: A couple issues with loading and positioning

#102430
Fourize
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