-@media screen and (max-width: 767px) {
+@media screen and (orientation:portrait) and (max-width: 767px) {
/* Custom Menu
-------------------------- */
}
}
-@media screen and (min-width: 768px) and (max-width: 799px) {
+@media screen and (orientation:portrait) and (min-width: 768px) and (max-width: 799px) {
/* Page Layout
-------------------------*/
body.has_dock {
right: 10px;
}
}
-@media screen and (max-width: 767px) {
+@media only screen and (orientation:portrait) and (max-width:767px) {
/* Page Layout
-------------------------*/
body.has_dock #dock {