ahhhh… thanks for the response.
I put the ” at the end of the…
<div style=”padding-left: 32px;” class=”call”>…
changed it to…
<div align-“center”; class=”call”;>…
and put the css code in the stylesheet.
.call{
display:none;
}
@media only screen and (max-width: 650px){
.call{
display:run-in;
}
}
works, but both still show up in full size screen. Any ideas why?
Thanks again!