Thank you. This is very healpful. My theme does not support custom themes. I have been trying to work this out and I don’t really understand how to proceed.
I tried adding the .mobile-theme to my header like this:
<div class="mobile-theme">
<div id="headcontainer">
<div id="header" class="container">
<img src="https://www.pearsonkoutcherlaw.com/wp-content/uploads/2013/05/header.jpg" alt="header.jpg" width="994" height="123" class="alignleft size-full wp-image-583" />
</div></div>
</div>
<div>
and have tried selecting mobile compatible on my style sheet and adding to my css:
.custom #header {
background: url(images/wp-content_uploads_2013_05_header.jpg) no-repeat;
height: 123px;
width: 994px;
}
I have played around with this a bunch have tried a bunch of different combinations. Can you please help point me in the right direction?
Thanks!
Megan
`