Hello
can the IG picture can be updated to circle in case when it’s a square?
thx a lot
Tomek
Hi there @Tomasz_Hencel
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
}
Okay, I’ll check it with the devs!
Once done, I’ll report back
Please try to use this code instead:
.eapps-instagram-feed-header-user-picture {
border-radius: 50% !important;
max-width: none !important;
}