Looks like your child theme has a bunch of copied code from the parent theme? You really only should put CHANGES you've made in the child theme.
Also, these kinds of changes may not be that simple - generally, you will probably need to use media queries to modify the CSS for the new template layout - are you familiar with how those work?