• Resolved ethomas4

    (@ethomas4)


    I’m trying to resize my popup that’s using a shortcode ninja form…I found the following code and tried inserting it in the main body of my popup, but was unsuccessful.

    ‘ <style type=”text/css”>
    .ig_popup.mfp-content{
    width:50% !important
    }
    </style>’

    https://ww.wp.xz.cn/plugins/icegram/

Viewing 1 replies (of 1 total)
  • Plugin Author Icegram

    (@icegram)

    @ethomas4

    Please find the bellow code and try it.

    <style type="text/css">
    .ig_popup{
    width:50% !important
    }
    </style>

    Let us know how it goes?

    Thanks,
    Team Icegram

Viewing 1 replies (of 1 total)

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