By harikris2007 on
Hello,
Please advice me to turn my drupal 7 website to mobile compatible one.
What are all the steps that i want to follow and the modules to turn on the mobile features etc..
I am waiting for your reply,
thanks,
hary
Comments
Try it Responsive Web Design
Try it Responsive Web Design
---
Responsive is the ideal way to go, but if that's not an option (for one reason or another), try the Mobile Switch module.
i used mobile_switch...
thanks for the suggestions....
Use CSS media queries and CSS transitions.
You can achieve mobile compatible view through CSS Transition and media queries. Follow this URL :
https://elliotjaystocks.com/blog/css-transitions-media-queries/
Hope this will work for you..