However, when using @media queries in override.css (such as the following) the iphone does not pick up on them:
- Code: Select all
/*Iphone 4*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
#support:{display:none;}
#socialIcons, #socialIcons img {display:none;}
.gk-intro .gkIsWrapperFixed {background-image:url("../../../images/bu_template_imgs/scaled_fp.jpg") !important;}
.gkIsWrapper-gk_creativity .figcaption > div {left:0% !important; top: 65% !important;}
.ccms_form_element {font-size:8pt !important;}
}
/*Iphone 4*/
@media only screen
and (min-device-width : 960px)
and (max-device-width : 640px) {
#support:{display:none;}
#socialIcons, #socialIcons img {display:none;}
.gk-intro .gkIsWrapperFixed {background-image:url("../../../images/bu_template_imgs/scaled_fp.jpg") !important;}
.gkIsWrapper-gk_creativity .figcaption > div {left:0% !important; top: 65% !important;}
.ccms_form_element {font-size:8pt !important;}