I am using word press responsive template, i have two header files, i need call php with media query's
@media screen and (max-width: 1024px) {<?php get_header(); ?> }
@media screen and (max-width: 768px) {<?php get_header(sub); ?> }
I am using word press responsive template, i have two header files, i need call php with media query's
@media screen and (max-width: 1024px) {<?php get_header(); ?> }
@media screen and (max-width: 768px) {<?php get_header(sub); ?> }