I am working on this website. The problem is that I am trying to add padding-top
to the sidebar but its not working. Please help out. Thanks
#sidebar{
width:300px;
display:inline;
padding-top:400px;
}
Padding doesn't work on inline
elements - change it to inline-block