Hey @bfbdev,
Thank you for reaching out to us for assistance. There seems to be some conflicting CSS causing this issue. Please add the following to Instagram Feed > Customize > Custom CSS and Save Changes which should fix this:
#sbi .sbi-screenreader {
display: none!important;
}
Let me know should you require any further assistance.
Best regards,
i have the same issue, and it appears to have added a rogue <p> tag causing a shift and duplication of an image.
the above css didnt work for me
https://thenortherndad.co.uk
-
This reply was modified 5 years, 5 months ago by
dfounde.
Thread Starter
bfbdev
(@bfbdev)
Thanks for your reply @joelsmashballoon , but your solution doesnt work for me. I copied your css code in the custom css of insta feed like you said, but nothing changed.
Do you have another solution for me?
Hey @bfbdev, @dfounde,
My apologies, my CSS selector was incorrect here as the ID is #sb_instagram while the one I used is a class. This should work:
.sbi .sbi-screenreader {
display: none!important;
}
As for your website @dfounde I do not see the same error so you may have been able to resolve this already.
Let me know if either of you need further assistance.
Best regards.