Quote Originally Posted by margecc View Post
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;}

}
I found this lines with Developers Tool Kit only in Winchester Responsive, not in Stirling Grand.