Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #682316

    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?

    #682930

    Hi Andrea,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #683320
    #684396

    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

    #684532

    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.

    #687354

    Hi,

    Instead of adding the iframe in the mega menu, add it in a text block then set it to display on mobile view only. The iframe is not working inside the mobile menu because of the avia_responsive_menu script.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.