Change arrows size

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

.es-layout-carousel-arrow {
  width: 90px;
  height: 90px;
}
.es-layout-carousel-arrow svg {
  width: 30px;
  height: 40px;
}

You’re welcome to change the values in the CSS code to your liking.