Well, you can probably narrow it down to one of the theme templates in your child theme.
One thing I sometimes do when developing themes with lots of custom templates is simply write the name of the file somewhere in the html, like right after the header tag like so:
<?php get_header();?>
single.php
<div class="container">
(etc)
Do that for everything in your child theme and you’ll eventually find it.
if you assume that any of the theme’s templates is broken, consider to upload a fresh copy, and do contact the developer of the theme for help.
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products