Okay
  Public Ticket #2181132
Footer not seen
Closed

Comments

  •  1
    alessandrotozzi started the conversation

    Hello,

    since a few days I can no longer see the footer on my site, in particular with the Chrome browser. With other browsers it works perfectly.

    Can you help me please?

    Thank you!

  •  3,023
    Andrew replied

    Hi there,

    Thanks for getting in touch.

    Use the following custom css in Salient > General settings > CSS/Script related:

    @media only screen and (min-width: 768px){    body[data-footer-reveal="1"] #footer-outer{    position:relative !important;
    }
    

    Hope this helps.