Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #658239

    Hi all,
    I use the responsive feature of Enfold that works great but in one specific case, it does not.
    This page http://huissier-constat-toulouse-31.fr/payer-en-ligne/ displays a form hosted on a remote website that is non-responsive.
    With responsive mode enabled on my website, browsing this page from a mobile device in portrait mode is a terrible experience because there is no way to zoom out or scroll sideways.
    With responsive mode disabled, those functions are available but the rest of the pages lose their responsiveness.
    Is there any way to disable responsive mode for one specific page ?
    Thanks

    #659225

    Hi leborgne23,

    Sorry for the late reply, I’m not sure that would be possible but you could try the following CSS in Quick CSS to see if that helps:

    #form1 {
        width: 100% !important;
    }

    Regards,
    Rikard

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