librandi
Hi
Add this code in /css/custom.css file
@media screen and (min-width: 992px){
.blog .column-1 .item-image.pull-left, .blog-featured .column-1 .item-image.pull-left {
float: left !important;
width: 100%;
padding-right: 0px;
}
.blog .column-1 .item-image.pull-left + .item-ct, .blog-featured .column-1 .item-image.pull-left + .item-ct {
float: left !important;
width: 100%;
}
}
It will fix the problem.
Regards