Xyph3r wrote:you just copy the stylesheet in the <head></head> tag...preferably just before your default stylesheet
Thank you very much for your response. I have tried pasting the code above the first <link rel.... /> together with the following meta tag: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Unfortunately this diddn't work.
Furthermore I tried adding a media query inside my existing stylesheet, on the end to overwrite the previous css:
Code: Select all
/* mobile */
@media only screen and (max-device-width: 480px) {
body {
background-color: black;
}
}
But this also diddnt work, I also deleted the cache of the smartphone. What am I doing wrong?
Kind regards,
Coolpenguin