Hide Div on Desktop, Show On Mobile - CH MIKO

8/20/18

Hide Div on Desktop, Show On Mobile



Code ini digunakan untuk menyembunyikan suatu div, foto, widged di mode dekstop dan hanya muncul di mode mobile.

<style type="text/css">
#mobileshow { 
display:none; 
}
@media screen and (max-width: 500px) {
#mobileshow { 
display:block; }
}
</style>

<div id="mobileshow">//Masukan code/tulisan kesini</div>

Share with your friends

Featured

[Featured][recentbylabel]