Hello, Wonderful Theme.co Support folks –
I’m using ConvertPlug to create a popup on this page [in section 2, click on “(click for more)”]:
https://receptivitylab.com/what-is-receptivity/
The popup looks good on larger screens, but on smaller screens the content ends up higher than the screen, and only the center shows. There is no scroll bar or any way to access the rest of the content.
(In the ConvertPlug Modal Popup Designer, switching to mobile view yields a popup with a scroll bar. But this is not how it appears live on an actual device, or when inspected on Chrome in mobile view.)
I tried adding the following CSS under Advance Design Options, but there was no change:
@media (max-width: 480px) {
.cp_id_7d613 .modal {
overflow: scroll;
}
}
Can you help me to get the popup to scroll in mobile view?
Thanks,
Marjorie