There's an error in your child theme's css. Try fixing that:
#main {
clear: both;
overflow: hidden;
padding: 0px 0 0 0; <--- no closing brace
.entry-title,.entry-meta{
display: none !important; }
There's an error in your child theme's css. Try fixing that:
#main {
clear: both;
overflow: hidden;
padding: 0px 0 0 0; <--- no closing brace
.entry-title,.entry-meta{
display: none !important; }