Swap text and image in popup

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

global-styles,
.eapp-portfolio-project-detailed-component {
flex-direction: column-reverse !important;
}