• Resolved BERJAYArmone

    (@rmone)


    Hi I use the Gutentor Button and a link to a PDF-file set target to “popup”.
    It works fine, but the popup (some kind of lightbox) is a bit small.
    Is there any way to modify the popup size?
    Would be nice 🙂
    Thanks a lot for your work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor BERJAYAcodersantosh

    (@codersantosh)

    Hello @rmone ,

    Go to Advanced Options of Button => Raw Custom CSS and paste the following code. It will increase the width of the popup content of the page/post.

    .mfp-content{
            max-width:100%!important;
    }

    If you need it globally you can paste the code on Appearance => Customize => Additional CSS.

    Best Regards!

    Thread Starter BERJAYArmone

    (@rmone)

    Thanks you very much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PDF Popup’ is closed to new replies.