#core {
padding-top: 41px;
}
@media (max-width: 767px)
style.css:33
.header-inner {
padding: 20px 0;
}
Try commenting out the padding, and then it looks good to me at all screen sizes.
.page-title {
margin-top: 40px;
}
.vc_column_container {
margin-top: -200px;
}
.page-title {
margin-top: 140px;
padding: 1px 0;
}
.vc_column_container {
margin-top: -290px;
}
Thank helped
However, now the whole site is sitting too high?