Change alignment and padding of the title and make it uppercase

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

.es-widget-title {
padding: 24px 0 !important;
text-align: left !important;
text-transform: uppercase;
}

Let us know if the solution worked for you :slightly_smiling_face: