Hi
It looks like the theme’s style.css file has been edited. A friendly reminder that it isn’t safe to do this. All theme files are overwritten when we push a theme update and you run that update. If you need any help with making CSS edits safely, please, let me know, happy to assist/explain where the changes should go.
In your style.css file is the following rule:
#main-slider {
background: #f6f6f7;
margin-top:50px;
}
margin-top: 50px;
has been added and should ideally be removed. Hope that helps 🙂