Did you made any code customization on the theme? It seems that there is some javascript conflict with the plugins. Please deactivate all the plugins that you have installed on your dashboard one by and and test it if there is still same issue. No only menu your backtotop button is also not working fine.
To make the promo box picture clear please addd below custom CSS go to Appearance > Customize > Custom CSS and paste the below CSS code then click on Save button.
@media only screen and (max-width: 1078px) {
.widget_promotional_bar .promotional_bar_content {
background-attachment: scroll;
}
}