thank you for the response. i am rebuilding my current website from the present static html website builder tool to wordpress responsive on all devices. the instructions on wordpress codex are as follows:
“Why use a Child Theme?
There are a few reasons why you would want to use a child theme:
If you modify a theme directly and it is updated, then your modifications may be lost. By using a child theme you will ensure that your modifications are preserved.
Using a child theme can speed up development time.
Using a child theme is a great way to learn about WordPress theme development.”
i modified the style.css file per internet instructions to be:
` /*@import url(“../smpl skeleton/style.css”
Theme Name: My Child Theme
Theme URI: http: //mystic-wicker.com/responsive
Description: This is a custom child theme I have created.
Author: lewis
Author URI: http: //mystic-wicker.com/responsive
Template: smpl skeleton
Version: 2.1.1
*/`
it was not successful when i applied it to smpl skeleton, so
as a test i applied it to twenty sixteen theme, and it worked
right away, correctly creating a twenty sixteen child_theme in
appearance>themes
apparently not so easy with smpl skeleton
i will try your recommended plugin
thank you
lewis