
Originally Posted by
margecc
I could be wrong, but this is what I am currently adding to the responsive.css to fix some display problems my site has on iPads (which are 768x1024)
@media only screen and (device-width:768px)and (orientation:landscape){
add your css here
}
@media only screen and (device-width:768px)and (orientation: portrait){
and here
#header-lan-curr {display:none;}
}
Bookmarks