Can you post a link to your site with the child theme activated?
Can anyone please tell me how to access the theme directory wp-content/themes?
I’d like to modify the twentyfourteen theme so it goes further across my screen but I can’t find anyway of doing it.
Found it. I just used the admin tools from the site host. It could have been better explained in the WP documens though couldn’t it?
On line 41 of your child theme’s stylesheet, after the .post-title section, you’ve forgotten the closing bracket (which should be on line 47), which is causing parsing errors down the rest of the stylesheet. If you put the missing bracket in, everything should be fine.
Thank you so much stephencottontail. You save my life! LOL! I will check my copy/paste better in the future 🙂