@pl: Thanks for the url. Well for Featured Slider and Promotion Headline, select Enable on Homepage only option in Customizer. And for Featured Content, select Entire Site. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#featured-content {
display: none;
}
.home #featured-content,
.page-id-352 #feature-content {
display: block;
}
Hope this helps. If not please do enable the Featued image and let me know.
The theme is fully responsive. Are you using any plugins or custom CSS? If yes try removing CSS and disabling plugins and check if it fixes the issue.
Please check the responsiveness in the demo site: https://catchthemes.com/demo/full-frame/
Let me know further.
Regards,
Mahesh