• marzmuso

    (@marzmuso)


    Hi,

    1. I want to display the inquiry modal popup in the middle of the screen. Right now it loads right at the very top of the screen. https://prnt.sc/vfxgo7

    When I edit css: cdBoxWrapper top: 30px the overlay is pulling down from the top exposing the underneath of the site.

    How can I fix this so this does not happen and modal opens in the middle of the page ? Ofcourse it must also be aligned correctly in mobile view so if you can provide that css fix please that would be great!

    #cboxOverlay, #cboxWrapper, #colorbox {
        position: absolute;
        top: 35px; 
        left: 0;
        z-index: 9999;
        overflow: hidden;
    }

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WC Lovers

    (@wclovers)

    WCFM default popup loads at middle of the page – https://ibb.co/3v4tPmC

    Maybe some other plugin change this display in your site.

    Thread Starter marzmuso

    (@marzmuso)

    How can another popup interfere with vendor store inquiry popup? They are totally independent.

    My inquiry form has more than 9-10 fields so it pushes the modal up top.
    Try adding many fields to test please.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inquiry Popup Form Display Issue’ is closed to new replies.