Remove Instagram in mobile footer

Posted in: Newspaper
Post count: 7

What remove Instagram in mobile footer?

Post count: 23312

Hello vanessadealmeida,

If you want to disable the Instagram Block only for mobile, you should use a bit of CSS to hide it. You should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

@media(max-width:767px){
.td-instagram-main{
display:none;
}
}

Please notice that if you will use the Mobile Theme plugin, the Instagram will not be rendered for mobile.

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.