Hide header on mobile

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

@media (max-width: 500px) {
.es-header {
  display: none;
}
}
1 Like