Tagged: enfold
I set up my menu in a way so that people could log into their credit accounts in a dropdown:
http://screencast.com/t/LmS0UeARxVDO
I set it up using an iframe in a mega menu:
http://screencast.com/t/sA1lAewf
But on mobile it doesn’t pull the iframe at all:
http://screencast.com/t/aoihhY0jyv
Is there something I can add to the CSS so that it displays it in a similar method to how it looks on desktop?
Hi Andrea,
Could you post a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi!
We would like to check this but the item is now hidden on mobile:
@media only screen and (max-width: 989px) {
.desktop-only {
display: none;
}
}
Are you ok with this workaround?
Cheers!
Ismael
Well, it’s not ideal – just the only quick method I could find to work. I added a button on the home page on mobile that links, but I’d also like that iframe to show up on every page a user is on.