Hi,
my problem is, that the Modal Popup Window (GDPR) is not 100 % above the fold on mobile devices. So the Buttons are not visible above the fold. Is it possible to show the complete Popup Window above the fold so that the user don’t need to scroll to the buttons?
Thanks and best regards
Andreas
Hey Andreas,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hello Rikard,
please find the URL in the private content.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#av-consent-extra-info hr {
display:none;
}
#av-consent-extra-info .tabcontainer {
margin: 10px 0;
}
}
Best regards,
Rikard
Hi,
thanks. Unfortunately it doesn’t work. Also not with the !important
Is it possible to resize the complete modal box?
Hi,
Thanks for the update, I’m not sure exactly what you mean by your last reply though. What exactly are you looking to change? If you want the entire content to be visible then I think you will have to make the text smaller for instance, along with using the CSS I sent previously.
Best regards,
Rikard