Portfolio Widget X-To-Close Touch Target Size

Anyone been able to resize the “X” to close the modal window for portfolio items on mobile? The “X” is super small.

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

Please try to add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know how it worked :slightly_smiling_face:

@media (max-width: 500px) {
.global-styles,
.eapp-portfolio-project-viewer-frame-control-cross {
  transform: scale(1.5);
}
}