Remove Load More button on mobile

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

@media (max-width: 500px) {
.es-load-more-button {
display: none; }}

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