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 ![]()
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 ![]()
2 Likes