Okay
  Public Ticket #1111752
Disable footer in mobile devices
Closed

Comments

  •  2
    mardoqueo started the conversation

    Hi, I want the footer to be visible only in deskop-devices resolution. Can you help? THANKS!

  •  9,001
    Tahir replied

    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) :

    @media only screen and (max-width: 1000px) {
        div#footer-outer {
            display:none!important;
        }
    }

    Thanks


    ThemeNectar Support Team