Widget Shape for Age Verification

Love my widget but just wondering if it can be made into a square, in addition to the current rectangle? Thank You🤗

2 Likes

Hi there, @user3494 and welcome to the Community :waving_hand:

Yep, here is the code to change the height and width of the widget:

.eapp-age-verification-popup-inner {
  width: 500px;
  height: 450px;
}

Please add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

2 Likes