The Instagram embeds are too wide for mobile and cause the layout to break: https://brickcentralcommunity.com/forum/challenges/the-brick-sailboat-challenge/paged/2/#
Notifications
Clear all
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
wpForo Embeds
3
Posts
2
Users
1
Reactions
2,553
Views
Jan 13, 2019 5:32 pm
2 Replies
Jan 13, 2019 7:15 pm
Hi @annabwashere,
Please navigate to Dashboard > Forums > Settings > Styles admin page, add the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again. The problem should be solved.
iframe.instagram-media {
min-width: auto !important;
}
Jan 13, 2019 8:10 pm
Thank you! That solved it!