Move popup close button to the left

Add this code to the Custom CSS field on the Style tab of your Portfolio widget’s settings:

.global-styles,
.eapp-portfolio-project-viewer-frame-control-cross {
  left: 0;
}