okay, so i think i updated? i deactivated the child theme, deleted the lavish pro parent, reinstalled the updated the lavish pro parent, then reactivated the child theme…
but on my mobile phone, the header is still not responsive? i tried to remove it on a mobile with a few code options, but they all failed…
so i must be using the wrong code…
@media only screen and (device-width: 990px){
#header {
display:none;
}
}
how can i get the header just not to display on a mobile device?
as it still does not work
thanks!