Okay
  Public Ticket #2578196
Salient Theme
Closed

Comments

  • royliu124 started the conversation

    Have 4 col in footer desktop view.Would it be possible to have 2 column footer 2 row in Mobile View.

  •  2,719
    Andrew replied

    Hi there,

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

    @media only screen and (max-width: 1000px) {
        #footer-widgets .container .col {
        width: 40%;
        margin: 5%;
    }
    }
    

    Hope this helps.