First, thank you @dumitru B. for both the theme and providing a real response. I understand.
Possible Work-Around
If others face this issue, a possible solution is creating a Child Theme. Several tutorials explain how to do this.
After creating the simplest child theme, I was then able to copy the full-width template from the Faith main theme to the Child theme.
In the Faith installed theme in WordPress at the hosting provider, look for wp-content...themes...faith...page-templates and copy just fullwidth.php to the child theme’s root folder.
In the child theme root folder, change the name of the fullwidth.php file to front-page.php.
For me, this worked. The front-page (assuming a static page selected for home page in Appearance) now shows as full width. I have a very simple site and this worked for me.
(Remember, you need to activate the child theme to see the results. Note, the child theme does NOT retain all customizations from the main Faith theme so this suggestion might require some re-work. Content, however, is retained.)