Do you have FTP access at your server? If so, look for public_html/wp-content/themes
, and that is where you should find your existing Twenty Twelve theme inside its own folder. To make a Child Theme, first just make a new folder right there *beside* (not inside) the Twenty Twelve folder, and you can name your new Child Theme folder anything you wish (such as my2012child
, and then use that same name in the following file just below). Next, make this file and place it inside the Child Theme folder you just made:
/*
Theme Name: my2012child (or use any name of your own choosing)
Description: Child theme for the twentytwelve theme
Author: Your name here
Template: twentytwelve
*/
@import url("../twentytwelve/style.css");
After doing that, go to your Dashboard and try a “Live Preview”…and you can then activate it if all looks well, and you will be ready to begin customizing your new Twenty Twelve Child Theme.