sluggern
-
How to create responsive design only for mobile devices not for Tablet/tabs like iPad etc??
still, in answer to @akash s question. . . use a media query like: @media handheld, only screen and (max-width: 767px) { body { /* responsive stuff / percentage based layout in % goes here */ } and why you would like to do that? who nooo…