Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.lay4 .post_image { width:25% !important; float:left !important;}
.post_content {
float: left;
width: 70% !important;
}
.post_content h2 {
line-height: 16px;
}
.post_content h2 a {
font-size: 16px !important;
line-height: 20px !important;
}
.single_metainfo, .post_content p {
display: none;
}
}
Regards,
Shri