0

Im in a situation were our Webpage looks fine on a desktop however if you view it on a mobile device everything gets outa place, i understand this is based on the css i used to create the page, however i am wanting to have a re-direct to a " mobile friendly Site coming soon" page if the website is viewed from a mobile device. Is that at all possible?

James lee
  • 3
  • 3

1 Answers1

1

You can use media queries in your css to display your content differently for mobile vs desktop. In your case you could use them to hide and show different content. Or use javascript.

Leo Farmer
  • 7,445
  • 4
  • 26
  • 43