I am trying to call media queries through document.ready
method. Here my aim is to call a media query after HTML content got loaded. Can anyone help? On this.
Example:
@media only screen and (min-width: 1200px){
.main_container {
width: 1200px;
}
}