• Hi,

    I have updated my site to WordPress 5.3.2 and Divi 4.0.9 and now the top of the popups appear mid screen, the ones that need the scroll bar. They work fine when the admin bar is visible.

    Have you noticed this?

    Thanks
    -Fran

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @fmontero,

    Not sure if you’re having the same issue as me, but this snippet of CSS got my popups to appear full screen again, rather than in the middle of the viewport.

    .popup_outer_wrap > div {
      max-height: 100% !important;
    }
    
    .popup_outer_wrap.popup_full_height {
    	transform: translate(-50%, -50%) !important;
    } 
    
    .admin-bar .popup_outer_wrap.popup_full_height {
      top: 50% !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Problems with WP 5.3.2 / Divi 4.0.9’ is closed to new replies.