Instagram feed load more button cut off

  • Issue description:

  • Having a difficult time ensuring that the button is fully seen.

  • Link to the page with the widget in question:

1 Like

.es-load-more-button {background:#000!important;font-family: Poppins !important;text-transform:uppercase;font-size:20px;padding-top:10px!important;padding-bottom:10px!important;letter-spacing:1px;border-radius:0px;font-weight:400;}

1 Like

Hi there, @Dee_T :wave:

We’ve fixed the issue by adding this code to the Custom CSS field on the Style tab of your widget’s settings:

.eapps-instagram-feed-posts-grid-load-more {
  height: auto;
}

Please check your website and let me know if your button looks fine now :slightly_smiling_face: