Spoiler Widget is not mobile responsive

  • GBKC_Admin
    Asked on March 11, 2017 at 2:46 AM
    I am having the same experience. Has there been any progress with this?
  • Elton Support Team Lead
    Replied on March 11, 2017 at 3:09 AM

    I was able to reproduce this issue. Spoiler Widget is mobile responsive but somehow the button to switch between states does not appear on mobile.

    I have now raised this to our developers for a resolution.

    Please use this CSS codes for now and inject it on the widget settings under CSS tab. This should fix it.

    @media screen and (max-width:480px){ body {padding: 0 !important; } .text-container { width: 70% !important; } .button-container { width: 28% !important; display: inline-block !important; } .text-container .text { padding: 0 4px !important; } .spoiler-content { padding: 4px !important; white-space: normal !important; } .buttons {padding: 0 !important; } } 

    Example:

    Spoiler Widget is not mobile responsive Image 1 Screenshot 20

    Hope this helps!

  • TitusNdoka JotForm Developer
    Replied on April 6, 2017 at 6:10 AM

    The widget is now mobile responsive. 

    Please check and advice.