Okay
  Public Ticket #2305583
How to I make my 4 footer areas stack 2x2 on mobile and tablet?
Closed

Comments

  • smokodesign started the conversation

    How to I make my 4 footer areas stack 2x2 on mobile and tablet?

    Please help.

    Thanks

  •  3,022
    Andrew replied

    Hi there,

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

    @media only screen and (max-width: 768px){
       #footer-widgets .container .col {
        width: 50%;
    }
    }
    

    Hope this helps.

  • smokodesign replied

    Thanks so much for your help and all the others on your team.

    It's much appreciated!!!