CSS or Separate Mobile Site?
-
Hi, I want to ask which way is better for mobile site? Using CSS and adjust the DIVs based on screen width and height? Or redirect to a folder with complete mobile site? what's your advise? Thanks, Jassim[^]
Technology News @ www.JassimRahma.com
-
Hi, I want to ask which way is better for mobile site? Using CSS and adjust the DIVs based on screen width and height? Or redirect to a folder with complete mobile site? what's your advise? Thanks, Jassim[^]
Technology News @ www.JassimRahma.com
"It depends". If you want your mobile site to be the same as your desktop site, just with a different display then the best way of doing that is via a responsive css design so the same site looks different on smaller devices. However if you want the site itself to be different, maybe you want a scaled-down version for mobiles with less pages and features, then it might be easier to have a different site for mobile that uses the same back-end.
-
Hi, I want to ask which way is better for mobile site? Using CSS and adjust the DIVs based on screen width and height? Or redirect to a folder with complete mobile site? what's your advise? Thanks, Jassim[^]
Technology News @ www.JassimRahma.com
Hi Jassim, The best way is to create a website using responsive theme. But if you are using a non-responsive theme then go for editing the theme with CSS. You can also add a different site for mobile devices. But the problem will be that you have to manage two different websites for desktop and mobile users.