Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22088

racso10 on "[Theme: Customizr] article highlight image on mobile, how to change position?"

$
0
0

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??


Viewing all articles
Browse latest Browse all 22088

Trending Articles