Remove side paddings

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

.eapp-portfolio-portfolio-component {
padding: 0 !important;
}