Move to the top on mobile devices

Add the code below to Custom CSS field on the Appearance tab of your Age Verification widget’s settings:

@media (max-width: 480px) {
  .eapp-age-verification-popup-container {
    bottom: unset;
    top: 20px;
  }
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: