IG feed picture in header

Hello

can the IG picture can be updated to circle in case when it’s a square?

thx a lot
Tomek

1 Like

Hi there @Tomasz_Hencel :wave:

It’s fixed! I’ve added this code to the Custom CSS field on the Style tab of your widget’s settings:

.eapps-instagram-feed-header-user-picture {
  border-radius: 50% !important
}

ok, it works!!

But what to do if I put full name ? instead of circle it gets egg- shaped

1 Like

Okay, I’ll check it with the devs!

Once done, I’ll report back :slightly_smiling_face:

Please try to use this code instead:

.eapps-instagram-feed-header-user-picture {
  border-radius: 50% !important;
  max-width: none !important;
}