Responsive Drupal Themes

1 replies
  • WEB DESIGN
  • |
How one can make responsive Drupal Themes that will be SEO friendly ?
#installation #magento #problem
  • Profile picture of the author kumarraj
    Originally Posted by Adelina A View Post

    How one can make responsive Drupal Themes that will be SEO friendly ?
    If you know how to create a drupal theme then for converting it to responsive you have to add specific css rules in media queries according to specific width to make sure that every thing is good. You can use media query like, and you can set rules for every point where the layout breaks:
    Code:
    @media (max-width: 480px) {   
    your css rules
    }
    Another easy way is to use html frameworks like twiter bootstrap and code your theme according to that.

    Regards,
    Raj
    {{ DiscussionBoard.errors[9791619].message }}

Trending Topics