i followed your suggestion and wrote in style.css file of the child teme
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Thumbnail Left */
.post .tc-thumbnail {
float: left;
/* margin-left: 0px; */
}
/* Post Content Right */
.post .tc-content {
float: right;
}
}
code works on iphone and ipad but not on my xperia smartphone (android 4.3) do u know why??