Hi,
On this website - https://fitklub.nl - I have made modal pop-up. However, I seem to have some problems with having it display correctly on mobile phones (see attached image). Any help would be appreciated.
Hi,
On this website - https://fitklub.nl - I have made modal pop-up. However, I seem to have some problems with having it display correctly on mobile phones (see attached image). Any help would be appreciated.
Hi @yingfuli,
Thanks for reaching out.
The reason why the popup content is not fully viewable on the mobile is because of the custom CSS. The desktop is set to position absolute while the mobile is set to position relative. To fix the issue, please add the code below in your Pro > Theme Options > CSS.
.cp-blank .cp-row-center {
position: absolute !important;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.