Creating responsive Drupal theme (Simplified)
There are various ways to create a responsive Drupal theme, one of them is using template_preprocess_html() function in template.php. First create template.php if your theme do not already have it....
Selengkapnya