Instagram Feed isn't displayed on mobile

Hi, We are having a similar issue with our Instagram feed. It is showing on Desktop but doesn’t appear on any of our mobile browsers. Are you able to look into this?

1 Like

Here is the desktop link showing correctly

Thanks,

1 Like

Hey there and welcome to the Community, @user1784 :wave:

I’ve forwarded your request to our devs. I’ll let you know once I hear back from them :slightly_smiling_face:

There is a restriction coming from the website to not show the widget’s container for devices with the width less than 1024 px:


You can fix this issue using this code in the Custom CSS field on the Style tab of your widget’s settings:

.global-styles,
.mediumScreenDisabled:has(.elfsight-app-930021d6-499c-4322-9ac1-8c71c4a3f2f5) {
	display: block !important;
}

However, we’d recommend fixing it globally on your website. Let me know if it helped or if you have any further questions :slightly_smiling_face:

Hi Max,

Could you please let us know where this code should be placed, as we can’t find the correct place. non of the coding in the image matches up to what is in the developer area of the website

1 Like

Hi there, @user1784 :wave:

The code I’ve suggested should be added to the Custom CSS field on the Style tab of your widget’s settings:

Check it out and let me know if you’ve found this setting :slightly_smiling_face: