Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Why not just add media queries into the existing CSS sheet? Commented Jul 29, 2011 at 19:57
  • 1
    Andrew, how to add this condition (,'all and (min-width: 481px) and (max-width: 768px)');) to simple media query inside an existing css? Commented Jul 29, 2011 at 20:02
  • Why no include it in the header.php? like: <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url') ?/your_css_file/css />" Commented Jul 29, 2011 at 20:19
  • eveevans, what to add in the 'template_url' brackets? Commented Jul 29, 2011 at 20:54