Comments 2mardoqueo started the conversationMarch 24, 2017 at 7:07pmHi, I want the footer to be visible only in deskop-devices resolution. Can you help? THANKS! 9,407Tahir repliedMarch 25, 2017 at 3:07pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : @media only screen and (max-width: 1000px) { div#footer-outer { display:none!important; } } Thanks Salient Support Team Sign in to reply ...
Hi, I want the footer to be visible only in deskop-devices resolution. Can you help? THANKS!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
Salient Support Team