Hello webmasters, how do i change the layout orientation on website from portrait to landscape? Thanks in advance
@media only screen and (min-device-width : 480px) and (orientation : landscape) { } You can add orientation to your media query if that's what you're asking.