IPAD Issue...
Hi,
I have looked in the
wp-content/themes/classipress/style.css file at the very bottom, there is a media query for the apple IPAD, but for some reason, that is not working for me. Let me explain, I have developed a login area on my website in the header, pretty basic, and all I want to do is change the color of the text in the login area, I have added the id and class for the login area div:
Here's an Example of the media query I did:
Code:
@media (max-device-width : 768px) and (orientation: landscape) {
.shadowblock#login_register { color: #fff }
}
Note: color: #fff is the only css definition I used just to make sure my ipad would work with just that change, but nothing.
Also note: I am using the default style, and have also added that media query definition in the red.css under the
wp-content/themes/classipress/styles/red.css Still nothing,
Any Suggestions?
Thank you in advance!
Brian