View Single Post
Old 06-03-2015, 08:15 AM  
HowlingWulf
Confirmed User
 
HowlingWulf's Avatar
 
Join Date: Nov 2001
Posts: 1,661
Can also make CSS changes by screen width:
Code:
@media only screen and (max-width: 1440px) { }  /* small desktop */

@media only screen and (max-width: 1280px) { }  /* laptop */

@media only screen and (max-width: 1024px) { }   /* tablet landscape */

@media only screen and (max-width: 768px) { }     /* tablet portrait */

@media only screen and (max-width: 480px) { }    /* mobile landscape */

@media only screen and (max-width: 320px) { }   /* mobile portrait */
__________________
WP Porn directory/review theme Maddos $35. Demo
WP Adult Video Checker $20
Import vids into WordPress from PornHub, xHamster, YouPorn and lots more => VIDEO PORNSTER $20

webmaster AT howling-wulf.com
HowlingWulf is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote