been working with media queries recently and for some reason unknown to me this doesn\'t work?
The idea is to only display the content on mobile devices. IE phones and
Please check, and adjust you screen you will get result and change width as per your requirement
.mobileShow {display: none;} /* Smartphone Portrait and Landscape */ @media only screen and (max-width: 600px) { .mobileShow {display: inline;} }
Apply now