Recognising a screen size change
This is called responsive design and has nothing to do with WordPress, it is an extension rule to media queries (@media) in CSS3. CSS is a browser/client side language which can determine window sizes and browser types, this is what is used to determine how a website should look at a specific window size or … Read more