Make your static page as a home page. Go to Appearance->Customise->static front page ‘Home’. All the best!
If I’m not wrong. Problem is in your logo(books image) for those white space above the menu. Try this in css,
#logo{
margin: 0px;
}
It’s not good to include height in class, you should manage from image but this time, I think you are in hurry so, you can do this,
.logo-sidebar{
height:250px;
}
Hello Killomonotony,
No worries it happen sometimes.
If I’m not wrong this css code might be helpful to make your block (after menu) manageable. Try this,
.block1{
padding-top:40px;
}
If not try this,
.block1{
padding-top:40px !important;
}
Hope it will be helpful to you. All the best!