Hide Feed on Mobile Devices
To hide your feed on mobile devices, you can use custom CSS code :
- Navigate to Instagram Feeds > Feeds and click on your feed.
- Click on the Design tab, and on the right sidebar, scroll down until you see the Custom CSS section.
Copy and paste this CSS code into the Custom CSS section :
@media (max-width: 767px) {
.FeedLayout__wrapper {
display: none;
}
}
For visual guidance, please see the screenshot below :
After you add the CSS code, please don’t forget to hit the Save button at the top right of your screen.