How do I get my JA Magz II iframe content to display on a mobile device? It displays fine on desktops and laptops. The iframe is under the Amazon menu title. Thanks for any assistance.
ojack Do you mean the height of iframe on mobile? try this:
@media (max-width: 767px) { .view-wrapper iframe#blockrandom { height: auto; } }
saguaros Thanks for info. Do I need to replace the current iframe CSS code on lines 1314 - 1319? (attached)
saguaros Here is what I did, I added the CSS code for the wrapper on lines 1314 -1318 (attachment 1). it still displays as too big or empty on smartphone (attachment 2). I am missing something. Thanks
ojack I thought it's on my side but seems not.
I don't see the iframe in desktop either: