carlucci
Hi
Your custom css have this code
.sidebarblock {
background-color: #f8f8f8;
border: 1px solid #CCC;
margin: 5px;
}
add dedicated margin top value like below
.sidebarblock {
background-color: #f8f8f8;
border: 1px solid #CCC;
margin-top: 5px;
}